我如何添加引导图像响应类主滑块插件wordpress



我有一个使用分层主题和使用主滑块插件幻灯片的一页wordpress网站。所有我想做的是使我的滑块图像响应,为此目的,我想添加bootstrap响应图像类的图像。但问题是,我不知道在哪里添加,因为我找不到特定的div http://www.tekfocal.com/

<div class="ms-slide-bgcont" style="opacity: 1; height: 864px;"><img src="http://www.tekfocal.com/wp-content/uploads/2016/08/Embeded-Systems-TekFocal.jpg" alt="" title="embeded-systems-tekfocal" style="width: 1856px; height: 1044px; margin-top: 0px; margin-left: -160px;"></div>

不如再添加一个类,为什么不直接将"img-responsive" CSS应用到你的滑块img上呢?难道你不认为添加一个类

就能达到同样的效果吗?

只需使用下面的代码

.ms-slide .ms-slide-bgcont img{
    display: block;
    max-width: 100%;
    height: auto;
}

相关内容

  • 没有找到相关文章

最新更新