-
https://isotope.metafizzy.co/layout-modes/masonry.html#horizontalorder here is listed the property horizontalOrder, but in the interface provided this property is not inserted.
![image](https://user…
-
I have a component that uses masonry. When a user clicks on a masonry item, I catch an onClick event, I set `item.active` to `true` which will then expand the item. Now that the item is larger I need …
-
Currently, people who want to create a new container widget look at the `Flex` widget for inspiration. That implementation is fairly complex, and not a great introduction for newcomers.
We should i…
-
**Describe the bug**
In our package.json file for the workspace we have this dependencies:
```
"dependencies": {
"@nxext/stencil": "^12.1.2",
"@stencil/state-tunnel": "^1.0.1",
"@typ…
-
My Home Assistant version: 2024.4.1
Layout-card version (FROM BROWSER CONSOLE): 2.4.4
What I am doing:
Consider this card in a PANEL view (default HA theme):
```
type: custom:layout-card
l…
-
Probably early and likely will come via MDN, but keeping track 0:-)
-
### Feature Requested
I would really appreciate it if in masonry mode it respected the dimensions of the images.
### Reasoning
I'm not sure if that's a bug on the part of the layout or intended …
-
Hi
I want my masonry layout to have lazy loading and it's working fine but sometimes, on random page loads, the layouts get stack together.
isotope:
```
// initialize Isotope
var $container = $('#c…
ghost updated
9 years ago
-
Hey, I am trying to create a masonry grid without any (or very little) layout shift. Is this possible with `svelte-bricks`. My current attempts always load a one-column layout which then shifts to adj…
-
I am trying to handle the call of .layout() myself and looking at masonry's docs one can disable the layout by setting initLayout to false.
However this component doesn't use this option to disable t…