We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 42704
    • 29 Posts
    Hi all,

    is there a way to make my thumbnails bigger then standard using Gallery for MODX revolution?
    I'm using the following code to make my lookbook appear inside my content.

    [[!Gallery? &album=`lookbook` &toPlaceholder=`gallery` &plugin=`slimbox` &loop=`1` &slimboxLoadJQuery=`1`]]
    [[+gallery? ]]


    I want the images 100px X 100px... smiley

    You can preview here

    http://www.mostlyofficial.com/index.php?id=6

    Thanks in advance

    Simon
    • Add a thumbWidth and thumbHeight to your gallery call also your placeholder tag is incorrect it should be something like this:

      
      [[!Gallery? &album=`lookbook` &toPlaceholder=`gallery` &plugin=`slimbox` &loop=`1` &slimboxLoadJQuery=`1` &thumbWidth=`500` &thumbHeight=`500`]]
      
      [[+gallery]]
      
      


      You can also use the phpthumbof extra to resize and crop your images if you need to.

      Hope that helps.
        Benjamin Marte
        Interactive Media Developer
        Follow Me on Twitter | Visit my site | Learn MODX