Hi,
I am trying to put a logo (png) into my fullscreen-slider (video) by putting an img-tag into the caption-section (text) of the video-slide. The image appears, but the width and height-part to steer the size of the image is not working. As a result the picture spreads about the whole screen. How could this be solved?
Regards
Manu
Hey Manu!
Try adding this code to the Quick CSS:
.avia-slideshow li img {
width: auto;
}
Cheers!
Josue
Hi Josue,
thanks for your reply. Could you please look again on my site? There you can see the issue.
Cheers!
Yes, i know what’s the issue you’re having, did you try the code i provided? if it doesn’t work add !important
:
.avia-slideshow li img {
width: auto !important;
}
Best regards,
Josue
Works like sugar! Thanks a lot!
You are welcome, glad to help :)
Regards,
Josue
/closed