Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #23211

    Is there a way to do this, so that when you click on a gallery image, it opens full size?

    #118955

    Hi!

    Yes, in wp-contentthemesenfoldconfig-templatebuilderavia-shortcodesgallery.php replace:

    'lightbox_size' => 'large',

    with

    'lightbox_size' => 'full',

    We’ll change this in the next version.

    Regards,

    Peter

    #118956

    I tried that and it didn’t work for me. I’ll show you what I’m trying to do. I have a temp gallery set up for demonstration.

    When I click on the main image to open the gallery, the gallery image doesn’t open full size. It opens smaller, with the option of clicking on the arrow cluster upper right to enlarge to full size. I want the gallery images to be full size no matter what.

    Here’s a link to the temporary gallery for you to look at:

    http://desertspringspublishing.com/DSP/quarry-test/

    Please let me know if there’s a workaround, or if I didn’t implement the workaround you gave me above correctly.

    Thanks!

    Jim Crandall

    #118957

    Hi,

    Open js > prettyPhoto > js > jquery.prettyPhoto.js, find this code

    allow_resize:true

    Replace it with

    allow_resize:false

    Remove browser cache then reload the page.

    Regards,

    Ismael

    #118958

    That did the trick!

    Thanks!

    cranwinks

    #118959

    Hey,

    Glad it worked. :)

    Regards,

    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Force Gallery Images to Open Full Size?’ is closed to new replies.