specific page on worldofwarships.eu doesnt render correctly

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.
Harkonnen
Moonbather
Moonbather
Posts: 65
Joined: 2014-11-04, 12:27
Location: Kiev, Ukraine

specific page on worldofwarships.eu doesnt render correctly

Unread post by Harkonnen » 2023-12-17, 15:11

https://worldofwarships.eu/ru/news/sales-and-events/new-year-all-activities-1211/

In the middle of this page there are 5 fancy kind of 3D snippets that rotate when you mouse over them (on chrome and FF)
In palemoon that part of the page is not rendering correctly and is a total mess that partially cover upper part of the page

This is how it looks in chrome
snapshot229.png
And this is waht happens in palemoon
snapshot228.png
I dont see any obvious errors in cosnole except multiple lines of this nature, which may or may not be related

Code: Select all

Security Error: Content at https://cdn-cm.wgcdn.co/img/main_sprite_1.1.23.svg attempted to load https://cdn-cm.wgcdn.co/img/142FF4CD.png, but may not load external data when being used as an image.
You do not have the required permissions to view the files attached to this post.

User avatar
Moonchild
Pale Moon guru
Pale Moon guru
Posts: 35651
Joined: 2011-08-28, 17:27
Location: Motala, SE

Re: specific page on worldofwarships.eu doesnt render correctly

Unread post by Moonchild » 2023-12-17, 16:08

Probably another case of them using the aspect-ratio CSS level 4 keyword which we don't support yet. Issue #2404 (UXP)
"Sometimes, the best way to get what you want is to be a good person." -- Louis Rossmann
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite

User avatar
adoxa
Fanatic
Fanatic
Posts: 170
Joined: 2019-03-16, 13:26

Re: specific page on worldofwarships.eu doesnt render correctly

Unread post by adoxa » 2023-12-18, 01:38

It is aspect-ratio, here's a style to approximate it.

Code: Select all

  .centered.banners-parallax .card {
    height: calc((35.5vw - 2em) * 1.75 / 3.11) !important;
  }