Vimeo No Full Screen Option (IE Only)
Hi,
I currently have an issue where my Vimeo videos do not run the full screen option in Internet explorer. (Note only IE is affected, Edge, Mozilla and Chrome are fine).
I have them embedded into a web object using the appropriate embed code, using both the following options.
<iframe src="https://player.vimeo.com/video/***" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen"></iframe>
<iframe src="https://player.vimeo.com/video/***" width="640" height="360" frameborder="0" webkitallowfullscreen="true" mozallowfullscreen="true" allowfullscreen="true"></iframe>
I have also modified the CPM.js and the index file to add the function to the index file as discussed in this thread: https://forums.adobe.com/thread/2109867
Has anyone had any luck getting the full screen option to run in IE through a web object.
Note: Embedding in a separate webpage and then importing that page in is not an option as the client will not have the expertise to do it post-delivery.
Thanks
