Video not fitting to fluid themes on initial view in firefox and ie
-
hi, I have already resolved this issue once with a different plugin, but basically you have to make sure that the final <video embed> tag has the following:
[ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]
<video width="1280" height="auto">
then css has the following:
/*--- FLASH/VIDEO ---*/ object, embed, video{width: 100%!important; max-width:100%; height:auto;}
only then will your video player autoscale to any browser, currently I dont have ffmpeg enabled (host is working on it) so your actual plugin may actually add the scale tags into the video embed.
as of now, your non ffmpeg enabled plugin outputs the following video tag:
<video id="video_82_html5_api" class="vjs-tech" data-setup="{}" preload="metadata" src=""> … </video>
note the absence of any width or height tags?
this is a no go for ie, android and firefox.
FYI, if you go to my website at https://hihandsome.tv
the front page video is using my modified JS player.
if you log into the client section test:test, you will notice how your current implementation on initial load.
https://www.ads-software.com/extend/plugins/video-embed-thumbnail-generator/
- The topic ‘Video not fitting to fluid themes on initial view in firefox and ie’ is closed to new replies.