Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Noor Alam

    (@naa986)

    Hi, That doesn’t look like a video embedded by this plugin. It looks like a plain HTML5 video.

    Thread Starter Poorang

    (@poorang)

    I don’t know why people don’t read my posts carefully. It happens all the time. probably its my bad English.

    I didn’t say this one was embedded by this plugin but mentioned that I tried this plugin and many other with the same result.

    Thread Starter Poorang

    (@poorang)

    I know the problem is probably caused by my theme not your plugin. I’m just asking for help.

    P.S. It just happens in Google Chrome and with Firefox the fullscreen mode works as it should.

    Thread Starter Poorang

    (@poorang)

    Apparently it’s about JQuery.

    When I use JQuery with version lower than 1.6.4 there is no issue with fullscreen mode. But the problem is that I need a JQuery with higher version for my other plugins.

    Any idea?

    Thread Starter Poorang

    (@poorang)

    OK, I got it.

    The problem was a CSS property of the container:

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    I had to add an event so when the player is in fullscreen mode these two property value change to “none”.

    P.S. Sorry for my bad English

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Fullscreen Issue’ is closed to new replies.