javascript - HTML/JS - Product images -


i have product page has main product image , small thumbnail images below it. when smaller thumbnails clicked, i'd main product image change selected image.

what if wanted have larger version appear when main product image clicked? how deal this? best implementation? (graceful , valid)

if possible, i'd main product image , thumbnails aren't downsized.

if don't want downsize images in browser you'll need create individual images thumb, main, , zoom. there several jquery plugins can zooming, jqzoom comes mind.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -