【发布时间】:2017-08-23 18:28:35
【问题描述】:
【问题讨论】:
标签: html image slider responsive
【问题讨论】:
标签: html image slider responsive
要制作响应式滑块,请在您的 css 中制作主 div
width : 100vw;
height : 50vh ;
/* you can change height as you want */
background : cover ;
【讨论】:
<div class="flexslider top_slider" style="height:32vh;width:100%">
这可能会给您一个临时解决方案,但由于可访问性,我建议您:
【讨论】: