是否有人知道如何在Jssor full width slider中有效使用单个H1标签,以便在浏览器调整大小时标签还可以使用滑块进行拉伸和调整大小?
答案 0 :(得分:0)
请按照你能想象的那样去做。见以下,
<div u="slides" style="cursor: move; position: absolute; left: 0px; top: 0px; width: 1300px;
height: 500px; overflow: hidden;">
<div>
<img u="image" src="../img/1920/red.jpg" />
<h1>your content here</h1>
</div>
<div>
<img u="image" src="../img/1920/red.jpg" />
<h1>your content here</h1>
</div>
</div>