Vimeo iframe fullscreen issue

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
Finalmarco
Posts: 8
Joined: Sun Feb 28, 2016 2:37 pm

Vimeo iframe fullscreen issue

Post by Finalmarco »

Hello

When i try to importing the embed code from vimeo, the editor cut the full screen part of code

Code: Select all

<iframe src="https://vimeo.com/155813398" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
became

Code: Select all

<iframe src="https://vimeo.com/155813398" width="500" height="281" frameborder="0"></iframe>
webkitallowfullscreen mozallowfullscreen allowfullscreen are cutted off, there is a way to avoid this ?

Thanks
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Vimeo iframe fullscreen issue

Post by Thorsten »

Hi,

this will fix your issue: https://github.com/thorsten/phpMyFAQ/co ... 1fb127fd1b

Added for the upcoming releases 2.8.27 and 2.9.0-RC

Thanks!

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Finalmarco
Posts: 8
Joined: Sun Feb 28, 2016 2:37 pm

Re: Vimeo iframe fullscreen issue

Post by Finalmarco »

Thank you !! it works perfectly
trf000
Posts: 37
Joined: Tue Nov 23, 2010 5:16 pm

Re: Vimeo iframe fullscreen issue

Post by trf000 »

I'm running 2.9.11, tried this fix, but the allowfullscreen attribute and value both get stripped out still.

Any help is appreciated.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Vimeo iframe fullscreen issue

Post by Thorsten »

Hi,

both attributes are stripped out?

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
henrikwerkstrom
Posts: 1
Joined: Tue Sep 17, 2019 12:09 pm

Re: Vimeo iframe fullscreen issue

Post by henrikwerkstrom »

Having the exact same issue in 2.9.13 (but with YouTube videos) it results in the user not being able to view in full screen mode. Example:

Code: Select all

<iframe width="500" height="281" src="https://www.youtube.com/embed/LUiIqGlfdyA" frameborder="0"  allowfullscreen></iframe>
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Vimeo iframe fullscreen issue

Post by Thorsten »

phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply