• Resolved jotomas

    (@jotomas)


    Hi,

    I have found this plugin while looking for a WP lightbox plugin that would specifically “add lightbox functionality to images with a specific CSS class”.

    I have added an specific CSS class to WP attached images set to show in mid 300 x 225 size and I was expecting them to open them individually in the lightbox at their full 800 x 600 size, but it does not happen, they still open in mid 300 x 225 size. Therefore I do not really understand the purpose and / or functionality of this plugin.

    Also, I was expecting to be able to open them individually in an simple way, I mean that I do not need back and forward arrows appearing in the lightbox sides, but they can not be disabled.

    Unfortunately, I have not found any other WP lightbox plugin that would specifically “add lightbox functionality to images with a specific CSS class” in such a simple way like this one! ??

    Best regards.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi jotomas,

    The image that opens in the lightbox will be the same image as the one on the page. So, if the one on the page is the mid size, that’s what will open in the lightbox as well. One thing you could do is load the full size image on the page and then just use either CSS or the width and height attributes in the img tag to set the size of the image on the page.

    For the arrows, you can hide those with some custom CSS. For example:

    .ewd-ulb-slide-control {
    display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Image size?’ is closed to new replies.