Layui图片预览
html <divid="showpic"class="layer-photos-demo"> <imglayer-src='图片路径'src='图片路径'alt=''style='width:50px'> </div>
js
layer.photos({
photos:'#showpic'
,anim:5//0-6的选择,指定弹出图片动画类型,默认随机(请注意,3.0之前的版本用shift参数)
}); html <divid="showpic"class="layer-photos-demo"> <imglayer-src='图片路径'src='图片路径'alt=''style='width:50px'> </div>
js
layer.photos({
photos:'#showpic'
,anim:5//0-6的选择,指定弹出图片动画类型,默认随机(请注意,3.0之前的版本用shift参数)
});