【发布时间】:2020-12-05 15:32:27
【问题描述】:
我正在使用现实 wordpress 主题,我正在尝试显示以主题为中心的实际图像
看this我已经把css修改成
.iwp-property-gallery-slider-v1 .owl-item figure img {
position: relative;
width: auto;
max-width: 800px;
}
这里的图片在项目的每一端都有额外的空白。任何帮助将不胜感激。
【问题讨论】:
-
autowidth 不是你用 css 控制的。您需要在 js 中使用 autoWidth:true 启用它。 owlcarousel2.github.io/OwlCarousel2/demos/autowidth.html
-
@dantheman93 谢谢亲爱的,你太棒了。你能把这个作为答案吗?
标签: html css wordpress image owl-carousel