Larger thumbnails with 1.2.1 and album 0.9.2

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
SuperScorp
Forum Members
Forum Members
Posts: 11
Joined: Wed Nov 28, 2007 6:13 pm

Larger thumbnails with 1.2.1 and album 0.9.2

Post 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? :)
Post Reply

Return to “CMSMS Core”