gpt4 book ai didi

jquery - 在固定高度的容器中使用同位素库?

转载 作者:行者123 更新时间:2023-12-03 22:38:46 25 4
gpt4 key购买 nike

我正在一个项目中使用同位素。我们购买了商业许可证。

我需要将同位素图 block 放入固定大小的容器中(高度尤其重要),以便在更大的布局中工作。

我尝试在容器上设置 css 高度:

<style type="text/css">
#container {
width:990px;
height: 550px !important;
overflow: scroll;
}
</style>

但这会创建一个不可滚动的容器。我错过了什么?

最佳答案

来自documentation :

resizesContainer

resizesContainer |  Boolean  |  true

Isotope will set the height (for vertical layout modes) or width (for horizontal layout modes) of the container after layout. If resizesContainer is set to false, be sure to set a size for the container in your CSS, so it doesn’t collapse when Isotope is triggered.

您是否尝试过在同位素调用中设置 resizesContainer: false 选项?

关于jquery - 在固定高度的容器中使用同位素库?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9994866/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com