http://lilly-the-kid.livejournal.com/ (
lilly-the-kid.livejournal.com) wrote in
vidding_livejournal_ark22015-12-21 02:20 pm
![[identity profile]](https://www.dreamwidth.org/img/silk/identity/openid.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
question about Vimeo embeds
Hi everyone,
I recently discovered that when I embed a Vimeo vid on dreamwidth, livejournal and AO3, there's no full screen option showing up among the controls of the player. The weird thing is that the embed code has the words "allow full screen" in it and the full screen option is there in the window where you select the embed options. However, once the vid is posted there's no full screen option anymore. To watch in full screen you have to click the link and watch the vid directly on Vimeo which is inconvenient.
I don't know what changed, I tried the old embed code, which works, but I'd like to understand why the other code doesn't work. Am I missing anything? I tried anything I could think of, I googled this, but found nothing useful. Any help would be greatly appreciated! Thank you!!
ETA: Thanks for the reply! I checked the thread below. I also found and checked the suggestions here, which say that ="true" should be added to the code. I tried it all and it doesn't work. Other people tried and told Vimeo that it doesn't work but they all get the same robotic nonsense reply and at one point the staff says that since all websites are different it's up to the user to figure out what's wrong. Seriously?! Anyway, I don't see what else I can try.
I recently discovered that when I embed a Vimeo vid on dreamwidth, livejournal and AO3, there's no full screen option showing up among the controls of the player. The weird thing is that the embed code has the words "allow full screen" in it and the full screen option is there in the window where you select the embed options. However, once the vid is posted there's no full screen option anymore. To watch in full screen you have to click the link and watch the vid directly on Vimeo which is inconvenient.
I don't know what changed, I tried the old embed code, which works, but I'd like to understand why the other code doesn't work. Am I missing anything? I tried anything I could think of, I googled this, but found nothing useful. Any help would be greatly appreciated! Thank you!!
ETA: Thanks for the reply! I checked the thread below. I also found and checked the suggestions here, which say that ="true" should be added to the code. I tried it all and it doesn't work. Other people tried and told Vimeo that it doesn't work but they all get the same robotic nonsense reply and at one point the staff says that since all websites are different it's up to the user to figure out what's wrong. Seriously?! Anyway, I don't see what else I can try.
no subject
<iframe src="https://player.vimeo.com/video/xxxxxxx" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen>
The problem is, LJ automatically adds it's own code before any embed, something like this: <lj-embed id="54"> (there could be any other number instead of 54, of course).
If LJ was allowing to change it, adding allowfullscreen (or allowfullscreen="allowfullscreen") would fix the problem. Well, most likely.
Resulting code would look like <lj-embed id="54" allowfullscreen> or <lj-embed id="54" allowfullscreen="allowfullscreen">
Unfortunately, LJ discards any changes that you apply to that <lj-embed id="xx"> fragment, and fix is unusable.
no subject
no subject
I guess, the only thing we can do is start nagging LJ/DW/AO3 support about adding allowfulscreen attribute to their autogenerated iframe code.
no subject