Scroll a bit down, you should see two video embeds. They are cropped and cannot really be handled/played properly:
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.
-
- Moon Magic practitioner
- Posts: 2894
- 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.
-
- Moon Magic practitioner
- Posts: 2406
- 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.
-
- Keeps coming back
- Posts: 902
- Joined: 2017-10-10, 21:20
Re: efsyn.gr: cropped video embeds
Controlled by Cloudflare. Will not even open.
-
- Moon Magic practitioner
- Posts: 2894
- 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.
-
- Fanatic
- Posts: 137
- 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.
-
- Pale Moon guru
- Posts: 37668
- Joined: 2011-08-28, 17:27
- Location: Motala, SE
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.
"A dead end street is a place to turn around and go into a new direction" - 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
-
- Moon Magic practitioner
- Posts: 2894
- 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.
-
- Lunatic
- Posts: 426
- 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)
}
}
-
- Moon Magic practitioner
- Posts: 2894
- 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.
-
- Moon Magic practitioner
- Posts: 2894
- 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.
-
- Lunatic
- Posts: 426
- Joined: 2019-03-16, 13:26
- Location: Qld, Aus.
Re: efsyn.gr: cropped video embeds
Change it from div to div[style*=aspect-ratio].
-
- Moon Magic practitioner
- Posts: 2894
- Joined: 2012-08-19, 20:32