Page 1 of 1

Larger thumbnails with 1.2.1 and album 0.9.2

Posted: Sat Dec 29, 2007 10:44 am
by SuperScorp
Please excuse my reposting of this, I put it in the Community Board but reading through some of the other issues posted in here, it may be more appropriate (and get me the help I need ;) )

Thanks to the forum and docs, I've now got my dev install creating different size thumbnails that meet my needs but I'm having a bit of difficulty displaying them correctly.

They are all generated at the correct size and the relevant CSS has been commented out so there is no CSS restriction but on checking the page that is served to the browser, there is a height attribute of 72 specified for each thumbnail which obviously constrains it on the displayed page.:

Code: Select all

		    	    <li class="thumb">
<a href="http://domain/uploads/images/FoS2006xxxxxxxx/gw_FoS_2006.001.jpg" 
rel="lightbox[tessst]" title="gw_FoS_2006.001.jpg "> 
<img src="http://domain/uploads/images/FoS2006xxxxxxxx/thumb_gw_FoS_2006.001.jpg" 
alt="gw_FoS_2006.001.jpg - " title="gw_FoS_2006.001.jpg - " height="72" />
</a>
   	   </li>
This happens for existing albums where I regenerate the thumbnails and new content.

Can anyone help me track down where it comes from please? :)