Viewing 16 replies (of 16 total)
  • Plugin Author Jorge Silva-Jetter

    (@jorgesilva-1)

    Try this:

    Go to your advanced settings. Uncheck ‘Container Resize’.

    If that doesn’t work, go to ‘Advanced’ and write ‘auto’ in the ‘Slide Width’ setting. That will have the same effect as the CSS you wrote, but you won’t have to mess around with CSS.

    The problem with the CSS that you’re using is not WHERE it is (that doesn’t matter with CSS), but rather that it’s not specific enough.

    If you want to use that css do something like

    `
    body .gallery_container_jsj-gallery-slideshow .gallery img {
    width: auto !important;
    }
    `

    or

    `
    .CLASS_NAME_OF_SOME_DIV .gallery_container_jsj-gallery-slideshow .gallery img {
    width: auto !important;
    }
    `

    That’s a bug in the settings that I have to fix. That will be out in the next version, probably.

Viewing 16 replies (of 16 total)
  • The topic ‘Need help for size image’ is closed to new replies.