0

我有一个产品页面,其中有一个主要产品图片和下面的小缩略图。单击较小的缩略图时,我希望主要产品图像更改为所选图像。

如果我想在单击主要产品图像时显示更大的版本怎么办?我将如何处理?最好的实现是什么?(优雅且有效)

如果可能的话,我希望它不会缩小主要产品图像和缩略图。

4

1 回答 1

0

If you don't want to downsize images in the browser you'll need to create individual images for the thumb, the main, and a zoom. There are several jQuery plugins that can do zooming, jqZoom comes to mind.

于 2013-05-10T01:00:32.437 回答