Hello,
I have a problem with a selfhosted Video in a Footer-Text-Widget, which should autostart, looping and be without controls.
Because I did not know how to do that I installed the plugin Video.js and tried to embed this code:
[videojs mp4=”http://bebm.de/wp-content/uploads/2015/01/BeBM-Showroom-Button.mp4″ ogg=”http://bebm.de/wp-content/uploads/2015/01/BeBM-Showroom-Button.ogg” webm=”http://bebm.de/wp-content/uploads/2015/01/BeBM-Showroom-Button.webm” width=”248″ height=”174″ preload=”auto” autoplay=”true” loop=”true” controls=”false”]
But it is not responsive then.
Is there a solution or another way to do this?
Glad for Help
Bernd
Hey Bernd!
Thank you for using Enfold.
Try this on Quick CSS:
div#example_video_id_185212883 {
width: 100% !important;
height: 174px !important;
}
Unfortunately, we can’t provide support for third party plugins as stated on our support policy. Please contact the plugin author.
Cheers!
Ismael
Hi Ismael
this did not work as there is for each page reload a new ID for the video.
I pasted the 100% in here
[videojs mp4=”http://bebm.de/wp-content/uploads/2015/01/BeBM-Showroom-Button.mp4″ ogg=”http://bebm.de/wp-content/uploads/2015/01/BeBM-Showroom-Button.ogg” webm=”http://bebm.de/wp-content/uploads/2015/01/BeBM-Showroom-Button.webm” width=”100%″ height=”174″ preload=”auto” autoplay=”true” loop=”true” controls=”false”]
and it is better than before. Will examine the issue furthermore
Thank you!
Bernd