Picture Display Lacking on 33.1.0 and 33.2.0
Moderator: dbsoft
Forum rules
Important note:
The old Mac OS versions of Pale Moon were provided by various people and not official or in any way organized. Please make sure you check the date of topic threads to know if the topic is current or relevant! We are using this board for both old discussions and new development of Pale Moon on Mac.
Any specific bugs you find that don't have their own topic yet: please make a new topic; one bug per topic please to keep things organized.
Important note:
The old Mac OS versions of Pale Moon were provided by various people and not official or in any way organized. Please make sure you check the date of topic threads to know if the topic is current or relevant! We are using this board for both old discussions and new development of Pale Moon on Mac.
Any specific bugs you find that don't have their own topic yet: please make a new topic; one bug per topic please to keep things organized.
-
- Moongazer
- Posts: 10
- Joined: 2024-06-11, 13:18
Picture Display Lacking on 33.1.0 and 33.2.0
Hello,
(Still) running 10.11 El Capitan on a 2008 Macbook.
Here is the Pitchfork website home page with Pale Moon : the pictures are missing.
By comparaison, the complete page (from Chromium Legacy) :
Is there a way to fix that ?
Thanks.
(Still) running 10.11 El Capitan on a 2008 Macbook.
Here is the Pitchfork website home page with Pale Moon : the pictures are missing.
By comparaison, the complete page (from Chromium Legacy) :
Is there a way to fix that ?
Thanks.
You do not have the required permissions to view the files attached to this post.
-
- Board Warrior
- Posts: 1074
- Joined: 2021-01-26, 11:18
Re: Picture Display Lacking on 33.1.0 and 33.2.0
You can try userContent.css :
Code: Select all
@-moz-document domain("pitchfork.com") {
.aspect-ratio--overlay-container { position: relative !important; }
}
-
- Moongazer
- Posts: 10
- Joined: 2024-06-11, 13:18
Re: Picture Display Lacking on 33.1.0 and 33.2.0
Firstly glad to identify the userContent.css file,
then impressed to see that it works !
But, isn't there a way to integrate this code in the browser code itself, for it to display directly this website properly, and the numerous ones certainly in the same situation ? Or is there a reason not to do this ?
then impressed to see that it works !

But, isn't there a way to integrate this code in the browser code itself, for it to display directly this website properly, and the numerous ones certainly in the same situation ? Or is there a reason not to do this ?
-
- Pale Moon guru
- Posts: 37392
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: Picture Display Lacking on 33.1.0 and 33.2.0
First, it would make for a huge and unwieldy stylesheet to load everywhere. That's not a good idea.NapoInRags wrote: ↑2024-06-20, 17:32But, isn't there a way to integrate this code in the browser code itself, for it to display directly this website properly, and the numerous ones certainly in the same situation ? Or is there a reason not to do this ?
Second, who would maintain such a thing?
-
- Moongazer
- Posts: 10
- Joined: 2024-06-11, 13:18
Re: Picture Display Lacking on 33.1.0 and 33.2.0
I don't know much about coding and I had imagined, not a stylesheet to complete website after website, but a generic code that would apply everywhere, as it must be case with browsers for recent computers.
But your answer obviously shows it's not possible.
But your answer obviously shows it's not possible.
-
- Pale Moon guru
- Posts: 37392
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
Re: Picture Display Lacking on 33.1.0 and 33.2.0
the workaround is just that: a workaround. It can be solved but it has to be solved in a different way, i.e. implementing whatever the website is assuming every browser supports (I'm guessing by the name it'd be the CSS aspect-ratio keyword in this case). It's on the to-do in that case, but I'm currently not sure when we'll get to it as it's not the only thing we're missing or implementing differently than Chrome and Chrome-clones.
-
- Moongazer
- Posts: 10
- Joined: 2024-06-11, 13:18
Re: Picture Display Lacking on 33.1.0 and 33.2.0
I welcome with pleasure the userContent workaround, but my original intention, however poorly formulated, was to draw the Palemoon team's attention to this display problem. If it's on your to-do, then it's perfect.
Congratulations for your great job.
Congratulations for your great job.
