Currently reading it.
Question: could it be medium.com is one of the sites Palemoon has issues with?
Even when activating JS it only shows the first image (the empty desktop one) but I cannot see any of the other images. Do you know why that might be?
When the mouse hovers over such images, it turns into a [+] icon, but clicking on the image doesn't help, still no image to be seen.
Added in 3 minutes 57 seconds:
When going into Page Info, I see that the 1st image is like so:
Code: Select all
https://miro.medium.com/max/1400/1*L_h-ogmt-wtLC7tp4_Nphw.png
478.3 KB (489,780 bytes)
1,400px × 706px (scaled to 680px × 343px)
but all the others are tiny previews:
Code: Select all
https://miro.medium.com/max/60/1*SACmXfqaHaaFm_pwXU32hg.png?q=20
1.64 KB (1,681 bytes)
0px × 0px (scaled to 680px × 348px)
Added in 2 minutes 30 seconds:
I would have to manually change all image URLs, like the above one into this
Code: Select all
https://miro.medium.com/max/1400/1*SACmXfqaHaaFm_pwXU32hg.png
to get a decent quality.
But doing so for that many images is kinda annoying.
Is that a Palemoon or a medium.com bug?