Scroll a bit down, you should see two video embeds. They are cropped and cannot really be handled/played properly:
Ask me anything!
Have a question you always wanted to ask Moonchild but never did? Now's your chance!
From 2026-03-08 to 2026-03-15 I'll be open to any question by the community, after which I'll provide answers.
Go here to participate: https://forum.palemoon.org/viewtopic.php?f=66&t=33222
Have a question you always wanted to ask Moonchild but never did? Now's your chance!
From 2026-03-08 to 2026-03-15 I'll be open to any question by the community, after which I'll provide answers.
Go here to participate: https://forum.palemoon.org/viewtopic.php?f=66&t=33222
efsyn.gr: cropped video embeds
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:
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:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
-
back2themoon
- Knows the dark side

- Posts: 3098
- Joined: 2012-08-19, 20:32
efsyn.gr: cropped video embeds
https://www.efsyn.gr/periballon/472639_ ... ys-polites
Scroll a bit down, you should see two video embeds. They are cropped and cannot really be handled/played properly:
Perhaps this is aspect-ratio again...?
Scroll a bit down, you should see two video embeds. They are cropped and cannot really be handled/played properly:
You do not have the required permissions to view the files attached to this post.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
vannilla
- Moon Magic practitioner

- Posts: 2536
- Joined: 2018-05-05, 13:29
Re: efsyn.gr: cropped video embeds
Yes, it's a CSS aspect-ratio issue. The videos are iframes inside a div element with that style rule.
-
Goodydino
- Keeps coming back

- Posts: 954
- Joined: 2017-10-10, 21:20
Re: efsyn.gr: cropped video embeds
Controlled by Cloudflare. Will not even open.
-
back2themoon
- Knows the dark side

- Posts: 3098
- Joined: 2012-08-19, 20:32
Re: efsyn.gr: cropped video embeds
Strange. Never seen a single trace of Cloudflare on this website. Like, ever. And I do visit it often.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
Gemmaugr
- Lunatic

- Posts: 480
- Joined: 2025-02-03, 07:55
Re: efsyn.gr: cropped video embeds
Can confirm both cloudflare gated and seeing two cropped boxes after allowing glomplayer.
-
Moonchild
- Project founder

- Posts: 38957
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: efsyn.gr: cropped video embeds
I was also presented with a turnstile page (it did pass for me, though). Definitely behind CF in "I'm under attack" modeback2themoon wrote: ↑2025-05-16, 19:39Strange. Never seen a single trace of Cloudflare on this website. Like, ever. And I do visit it often.
You do not have the required permissions to view the files attached to this post.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
back2themoon
- Knows the dark side

- Posts: 3098
- Joined: 2012-08-19, 20:32
Re: efsyn.gr: cropped video embeds
Perhaps geolocation is a major factor with the CF checks you are getting? I assume same-country visitors are treated more... lightly. Makes some sense, I guess.
Anyway.
Anyway.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
adoxa
- Astronaut

- Posts: 601
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: efsyn.gr: cropped video embeds
This userstyle fixes the height, but they didn't play for me, although it's entirely possible that's just me.
Code: Select all
@-moz-document domain("www.efsyn.gr") {
.embedcode > div {
height: calc(45vw * 9 / 16)
}
}
-
back2themoon
- Knows the dark side

- Posts: 3098
- Joined: 2012-08-19, 20:32
Re: efsyn.gr: cropped video embeds
Thank you as always, adoxa. Your fix works and videos play fine (player.glomex.com must be allowed).
Problems arise if you pause the video (by clicking inside the image or via seek bar button), and then try to resume playing. Audio resumes, but video is gone (blank image) and seek bar misbehaves. You have to refresh the page to get it back:
Using the seek bar to jump video positions (without pausing it) seems to work better. In any case, your fix is more than good enough.
Problems arise if you pause the video (by clicking inside the image or via seek bar button), and then try to resume playing. Audio resumes, but video is gone (blank image) and seek bar misbehaves. You have to refresh the page to get it back:
You do not have the required permissions to view the files attached to this post.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
back2themoon
- Knows the dark side

- Posts: 3098
- Joined: 2012-08-19, 20:32
Re: efsyn.gr: cropped video embeds
Hi there, adoxa. The above style creates a text overlap here:
https://www.efsyn.gr/kosmos/eyropi/4736 ... -oykranias
Any chance for a quick fix or is it getting too complicated to accommodate both issues? Never mind if it is - thanks.
https://www.efsyn.gr/kosmos/eyropi/4736 ... -oykranias
You do not have the required permissions to view the files attached to this post.
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
-
adoxa
- Astronaut

- Posts: 601
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: efsyn.gr: cropped video embeds
Change it from div to div[style*=aspect-ratio].
-
back2themoon
- Knows the dark side

- Posts: 3098
- Joined: 2012-08-19, 20:32
Re: efsyn.gr: cropped video embeds
Perfect, thank you. 
Improve Pale Moon performance • Safe Mode / clean profile test info
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)
How to auto-fill passwords • How to apply user agent overrides
Information to include when asking for support
Windows 10 Pro x64 (W11: hard pass)