Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #446783

    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

    #446794

    Hey Manu!

    Try adding this code to the Quick CSS:

    .avia-slideshow li img {
        width: auto;
    }

    Cheers! 
    Josue

    #446801

    Hi Josue,

    thanks for your reply. Could you please look again on my site? There you can see the issue.

    Cheers!

    #446807

    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

    #446808

    Works like sugar! Thanks a lot!

    #446810

    You are welcome, glad to help :)

    Regards,
    Josue

    #552005

    /closed

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘PNG in Video-Wallpaper’ is closed to new replies.