Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1003258

    I am trying to use an image as the caption for full screen slider. I have specificed the image width within the tag and it still stretches the full width of the screen. Is there something I am missing here? Thanks!

    #1003386

    I was able to figure this out my adjusting the width in this code from 100%:

    .avia-slideshow li img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 3px;
    position: relative;
    }

    #1003418

    Hi,

    I’m glad you got this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Full screen slider image caption issues’ is closed to new replies.