vendredi 31 juillet 2015

changed a defined value inside the element

I'm trying to change the defines css inside the div element of embed videos example this is the embed codes for poster

<div class="vjs-poster" tabindex="-1" 
style="background-image: url(streaming-auto-generated-poster.jpg);"></div>

I tried this code but it won't change the background since the default background are defined inside the div

.vjs-poster{
background-image:url(the post thumbnail);
}

what I want is to customized the background-image with my own

Aucun commentaire:

Enregistrer un commentaire