• Resolved ashish.kpaul

    (@ashishkpaul)


    Good Evening sir theme crash on embed html5 videos. Using embed code :

    <hr />
    <h2>Experimental Public Face Running from saa9vi servers</h2>
    <video controls=”” controlslist=”nodownload” width=”100%” height=”380″ oncontextmenu=”return false;”>
    <source src=”https://Video-URL.mp4&#8243; /> Your browser does not support HTML5 video.</video>
    </p>
    <hr />

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter ashish.kpaul

    (@ashishkpaul)

    sir waiting for your reply

    Theme Author Acme Themes

    (@acmethemes)

    Hello ashishkpaul,

    We just checked your site and it seems like it is working.
    On your above code the code is wrong, please try this kind of code:

    <video width="320" height="240" controls>
      <source src="movie.mp4" type="video/mp4">
      <source src="movie.ogg" type="video/ogg">
      Your browser does not support the video tag.
    </video>

    or you can try this link

    Best Regards!
    Acme Themes

    Thread Starter ashish.kpaul

    (@ashishkpaul)

    Thanks for your reply.
    I tried again as you suggested to me, but facing same problem. The video is displayed on both of the above code, but the problem is video is not displaying correctly on full screen mode.

    Thread Starter ashish.kpaul

    (@ashishkpaul)

    Sir, same problem with iframe full screen video not displaying correctly

    Theme Author Acme Themes

    (@acmethemes)

    Hello ashishkpaul,

    Go to
    Appearance => Customize ? Layout/Design Option => Animation,and check to disable it.

    Let us know if disabling Animation fixed it.

    Best Regards!
    Acme Themes

    Thread Starter ashish.kpaul

    (@ashishkpaul)

    Yes, disabling animation fixing this problem. sir, will you upgrade the theme to fix it with animation.

    Theme Author Acme Themes

    (@acmethemes)

    ashishkpaul, can you try the following custom CSS, while animation on.

    .acme-animate .slideInUp1 {
        animation-fill-mode: none;
    }
    Thread Starter ashish.kpaul

    (@ashishkpaul)

    Thanks sir, It’s working

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘html5 videos crash on full screen’ is closed to new replies.