The &smoothgallery_width=`248` and &smoothgallery_height=`152` goes to smoothgallery main div CSS. If you want width and height to the img tags, use the available placeholders in your galleryPictureTpl.
"He can have a lollipop any time he wants to. That's what it means to be a programmer."
Cheers doze, will try that.
Thanks
Lee
To be more clear, use this for galleryPictureTpl:
<div class="imageElement">
<h3>[+maxigallery.picture.title:htmlent+]</h3>
<p>[+maxigallery.picture.descr:htmlent+]</p>
<a href="[+maxigallery.picture_link_url+]" title="[+maxigallery.strings.click_to_zoom+]" class="open"></a>
<img src="[(base_url)][+maxigallery.path_to_gal+][+maxigallery.picture.filename+]" class="full" height="[+maxigallery.picture_height_normal+]" width="[+maxigallery.picture_width_normal+]" />
<img src="[(base_url)][+maxigallery.path_to_gal+]tn_[+maxigallery.picture.filename+]" class="thumbnail" height="[+maxigallery.picture_height_thumb+]" width="[+maxigallery.picture_width_thumb+]" />
</div>
"He can have a lollipop any time he wants to. That's what it means to be a programmer."