Spry Slide Show-how to use one size photo for large photo and thumbnail?
hi all,
i'm using adobe's spry slide show. can use 1 size photo 640x480px both large photo , thumbnail.
i changed size of small thumnail on html:
<li><a href="photos/testphoto640x480.jpg" width="490" height="367"><img src="photos/testphoto640x480.jpg" width="63" height="47" alt="photos-1.jpg" /></a></li>
thumbnail looks fine until hit live view or preview in browser photo comes in full size , can see upper left hand corner.
i assume java doing this. have no training in java.
how can change java code thumbnail comes in @ 63x47px?
many thanks.
spry uses ajax (a combination of javascript & css); not java totally different.
you should use scaled down versions of thumbnail images. must done ahead of time in graphics editor , saved web optimized .jpgs. thumbnail images need small both in dimension & filesize can load quickly. provides nicer user experience , puts less strain on end user's resources -- on mobile devices people pay bandwidth usage.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment