i m making a Polaroid image gallery and for which i have used dynamic images from database . all the images are of 1024*800 resolution . for some reason i dont knw why the Polaroid effect is way 2 slow in gallery in chrome . in firefox its working fine.
i used
<img src="<?php echo $pic;?>" width="160" height="160" title="Click To View" onclick="sendpic('<?php echo $picID;?>');"/></a>
and the image got resized but this new problem exist . polaroid effect (ie little image zoom )
is taking decades to show up but same thing is working so perfect in firefox . can anyone help me with this why is it so ????
Well if its working perfect in firefox thn i think issue can be in its CSS..
Try using this CSS…
Hope it wrks fine… 🙂