We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25439
    • 30 Posts
    I have a website containing images.
    What I want is to be able to show these images in a new lightbox.

    what I came up with, is to upload an image ( original size ) then resize it to the proper (small) size. Use the small version for viewing in the page and when clicked, opens a lightbox with the original size version.

    My question, is there a simpler way. Because now you have to manually resize each image.

    Thanx in advance!
      • 27167
      • 31 Posts
      Hi!

      It’s an old post - so I’m sure you’ve already found a solution to this.
      Feel free to contact me if not.

      You can solve this by using MaxiGallery by using the resize parameters to create adequately sized thumbnails say 150x200 and "normal" images to be displayed in the lightbox (say with a height of 500px).
      Then just create your own chunk for use with MaxiGallery and point the <img src to the thumbnail and the <a href to the normal image. Don’t forget the rel="lightbox[group]" wink

      Greetings,

      Siar
        • 34162
        • 1 Posts
        I also have Same issue with my Image site ........What i do huh