Initial Vimeo embed works just fine, and looks something like this: <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
Date: 2015-12-21 05:56 pm (UTC)<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.