.layui-layer-content {
width: 430px;
height: 430px;
overflow: hidden;
}
.layui-layer-content>img {
width: 100%;
height: 100% !important;
}
imgpreview图片预览插件 修改弹出的宽和高 添加样式即可
.layui-layer-content {
width: 430px;
height: 430px;
overflow: hidden;
}
.layui-layer-content>img {
width: 100%;
height: 100% !important;
}