We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 14050
    • 788 Posts
    When I try to change the embedtype to "smoothgallery" I get no output.

    Here is the call:

    [!MaxiGallery? &display=`embedded` &embedtype=`smoothgallery` &pics_per_row=`3` &max_thumb_size=`110` &max_pic_size=`0` &thumb_use_dropshadow=`1`!]


    However, I do the exact same call but use something else besides smoothgallery, it works fine, i.e.:

    [!MaxiGallery? &display=`embedded` &embedtype=`lightboxv2` &pics_per_row=`3` &max_thumb_size=`110` &max_pic_size=`0` &thumb_use_dropshadow=`1`!]


    Any help would be greatly appreciated.
      Jesse R.
      Consider trying something new and extraordinary.
      Illinois Wine

      Have you considered donating to MODx lately?
      Donate now. Every contribution helps.
      • 7923
      • 4,213 Posts
      Smoothgallery is a slideshow script, so remove the &pics_per_row parameter. Also, see the MaxiGallery wiki page and &smoothgallery_height/width parameters. Those are used to set the size of the div that holds the slideshow images and it is said there, that the default is the value of max_pic_size parameter. But when you use 0 in max_pic_size, obviously the div width/height will be 0px then.. so you need to set those too to some size.


        "He can have a lollipop any time he wants to. That's what it means to be a programmer."
        • 14050
        • 788 Posts
        That did it. Of course it had to be something stupid I was overlooking. Thanks!
          Jesse R.
          Consider trying something new and extraordinary.
          Illinois Wine

          Have you considered donating to MODx lately?
          Donate now. Every contribution helps.