Tagged: Wordpress video
- AuthorPosts
- July 13, 2017 at 13:14 #9749
AnonymousInactiveI have two sites and I tried to set them equally. On one site I can see video when I click on it, but when I click on the video on the other site, the download dialog pops up and “lightbox” is empty.
The result iframe from working site:
<iframe class="mfp-iframe" src="http://mypage.eu/wp-content/grand-media/video/video.mp4" frameborder="0" allowtransparency="true" allowfullscreen=""> #document <html> #shadow-root <shadow> <head> <body> </shadow> <style></style> <head> <meta name="viewport" content="width=device-width"> </head> <body style="margin: 0px;"> <video controls="" autoplay="" name="media"> <source src="http://mypage.eu/wp-content/grand-media/video/video.mp4" type="video/mp4"> </video> </body> </html> </iframe>The result iframe from not working site (video wants to download):
<iframe class="mfp-iframe" src="http://mypage.eu/wp-content/grand-media/video/video.mp4" frameborder="0" allowtransparency="true" allowfullscreen=""> #document <html> <head></head> <body></body> </html> </iframe>I use the same computer and same browser (Google Chrome).
Does anybody know where I should look? I have the same WordPress version and same plugins on both sites.
July 14, 2017 at 18:38 #9769
RattusKeymasterYou should look into the browser console. Perhaps, there is some restrictions on the server and video can’t be loaded.
July 15, 2017 at 18:09 #9775
AnonymousInactiveThank you. I am not quite sure, what restrictions I should looking for so first I want to ask. Is there some way how I can show embedded videos in Phantom? For example video from youtube?
July 15, 2017 at 19:13 #9776
AnonymousInactiveOK, I found where I have to add link to the video. Thanks for the help :-)
October 30, 2017 at 10:32 #10214
AnonymousInactiveThis reply has been marked as private. - AuthorPosts
- The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
