如何使Primefaces轮播响应?

时间:2016-05-14 11:41:45

标签: css primefaces

我目前正面临关于主要问题的问题。旋转木马及其在调整网站大小时的响应能力。

这是我加载网站时的样子:

enter image description here

这是正确的尺寸和显示。

但是,只要我调整网站大小,就会看起来像这样:

enter image description here

在调整网站大小时,似乎没有重新计算条目的宽度。但是,我现在想要实现旋转木马的响应。

是否可以选择将此元素设置为在调整大小时重新计算其条目大小?

我还没找到一个。

1 个答案:

答案 0 :(得分:0)

使用bootstrap: 把它放到你的html页面

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">

然后

<div class="col-md-6">
    here your carousel code
</div>