Hi, That doesn’t look like a video embedded by this plugin. It looks like a plain HTML5 video.
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.
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.
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?
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