在主题的自定义样式代码里加入这几行即可,自行修改其中的宽和高:
.pk-widget img {
max-width: 100%;
height: 80px;
object-fit: cover;
width: 120px;
}
.thumbnail img {
width: 200px;
height: 100px !important;
object-fit: cover;
}
👋 感谢您的观看!
© 版权声明
THE END
在主题的自定义样式代码里加入这几行即可,自行修改其中的宽和高:
.pk-widget img {
max-width: 100%;
height: 80px;
object-fit: cover;
width: 120px;
}
.thumbnail img {
width: 200px;
height: 100px !important;
object-fit: cover;
}
👋 感谢您的观看!