效果预览 立即下载 jQuery俩张图片局部放大预览插件 代码片段: .zzsc-content{ width: 700px; margin:50px auto; } /* sample CSS to set the initial dimensions of images that will be zoomable */ .sampleimage{ width: 300px;


jQuery俩张图片局部放大预览插件
代码片段:
.zzsc-content{
width: 700px;
margin:50px auto;
}
/* sample CSS to set the initial dimensions of images that will be zoomable */
.sampleimage{
width: 300px;
height: auto;
margin-right: 20px;
}
发表评论