Hi!
I've been working with the image gallery module, and it's working fine with both the new GetImage-functionality and lightbox.
My only problem is that, if the total number of images does not match up with the number of rows/columns, the module will add "empty" images to fill out the empty places.
The result is that I have some good looking "missing image"-icons showing up in some browsers...
<a href="/admin/public/getimage.aspx?&Image=<!--@DwPicturePath-->&Width=600&Resolution=75&Compression=90" rel="lightbox[gal]" title="Foto: Valdres Folkehøgskule"><img src="/admin/public/getimage.aspx?&Image=<!--@DwPicturePath-->&Width=140&Resolution=75&Compression=90" class="galleri"></a>
This is the code that is within the list_element template for the gallery, and this is the exact output in the html for the emtpy spaces...
So this is kind of stupid. How can I avoid it?
Thanks!