Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #9749
    Artholl
    Participant

    I 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.

    #9769
    Rattus
    Keymaster

    You should look into the browser console. Perhaps, there is some restrictions on the server and video can’t be loaded.

    #9775
    Artholl
    Participant

    Thank 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?

    #9776
    Artholl
    Participant

    OK, I found where I have to add link to the video. Thanks for the help :-)

    #10214
    vanessakim
    Participant
    This reply has been marked as private.
Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘Gmedia Gallery WordPress Plugin’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support Forum