<code>$('.am-g.trends').on('click','.ex-main-img', function () { layer.open({ type: 1, title: false, closeBtn: 0, area: '500px', skin: 'layui-layer-nobg', //没有背景色 shadeClose: true, content: $(this) }); }); </code>
레이어 플러그인을 사용해서 사진을 클릭했더니 저절로 확대된 사진이 떴는데 비슷한 경험 있으신 분 계시지 않을까 싶습니다