Viewing 1 replies (of 1 total)
  • In the plugin in the listings-directory-classifieds/resources/lightbox/css/lightbox.css file insert the max-width:none; line into .lightbox .lb-image {} section:

    max-width:none;

    The final CSS enrty is

    .lightbox .lb-image {
    max-width:none;
    display: block;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Lightbox images’ is closed to new replies.