arstechnica.com: main/top article image not displayed Topic is solved

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3093
Joined: 2012-08-19, 20:32

arstechnica.com: main/top article image not displayed

Post by back2themoon » 2025-12-18, 23:23

Example: (occurs on all articles)

https://arstechnica.com/science/2025/12 ... g-quality/

ars.png
Seeing lots of these font errors:

Code: Select all

downloadable font: not usable by platform (font-family: "Exo 2" style:normal weight:600 stretch:normal src index:0) source: https://cdn.arstechnica.net/wp-content/themes/ars-v9/public/fonts/7cHmv4okm5zmbtYoK-4.a71c5e.woff2
app.5ad0c6.css:1:37696
downloadable font: not usable by platform (font-family: "Source Sans 3" style:normal weight:normal stretch:normal src index:0) source: https://cdn.arstechnica.net/wp-content/themes/ars-v9/public/fonts/nwpStKy2OAdR1K-IwhWudF-R3w8aZQ.bf9a29.woff2
app.5ad0c6.css:1:24969
downloadable font: not usable by platform (font-family: "Source Sans 3" style:italic weight:normal stretch:normal src index:0) source: https://cdn.arstechnica.net/wp-content/themes/ars-v9/public/fonts/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LY.802cca.woff2
app.5ad0c6.css:1:19694
downloadable font: not usable by platform (font-family: "Faustina" style:normal weight:600 stretch:normal src index:0) source: https://cdn.arstechnica.net/wp-content/themes/ars-v9/public/fonts/XLYlIZPxYpJfTbZAFV-_Hcw.6df07f.woff2
app.5ad0c6.css:1:45997
Error: Chargebee script failed to load
You do not have the required permissions to view the files attached to this post.

User avatar
adoxa
Astronaut
Astronaut
Posts: 572
Joined: 2019-03-16, 13:26
Location: Qld, Aus.

Re: arstechnica.com: main/top article image not displayed

Post by adoxa » 2025-12-19, 00:11

It's using unsupported aspect-ratio, here's a userstyle workaround (may need to adjust it to suit your display).

Code: Select all

@-moz-document domain("arstechnica.com") {
  .aspect-video { height: 20vw; }
}

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3093
Joined: 2012-08-19, 20:32

Re: arstechnica.com: main/top article image not displayed

Post by back2themoon » 2025-12-19, 11:41

Many thanks, adoxa.

:clap: :thumbup:

User avatar
Mæstro
Keeps coming back
Keeps coming back
Posts: 903
Joined: 2019-08-13, 00:30
Location: Casumia

Re: arstechnica.com: main/top article image not displayed

Post by Mæstro » 2025-12-19, 21:41

Hero image has been an established name for such images leading an article for over a decade. For my part, I would consider their failure to display a feature, not a bug. :)
I block images over fifty kilobytes using µBlock by default, suppressing hero images in general.
Life is a fever dream Mæstro would enjoy.
How is your computer at 96°C and not on fire?
All posts 100% organic. Ash is the best letter.
What is being nice online?
Debian 10 ELTS / Official PM build

User avatar
back2themoon
Knows the dark side
Knows the dark side
Posts: 3093
Joined: 2012-08-19, 20:32

Re: arstechnica.com: main/top article image not displayed

Post by back2themoon » 2025-12-21, 10:29

@Mæstro: didn't understand any of that. :P

@adoxa: height: 19vw; was the sweet spot here. :thumbup: