-
### Describe the bug
I'm using @tanstack/svelte-virtual. With masonry type grids total size (`.getTotalSize()`) seems to be based on all other row heights + the height of the shortest item in the l…
yekta updated
6 months ago
-
# Feature Request
## Is your feature request related to a problem? Please describe
I'd like to create responsive Image Galleries with Masonry Grids, because often I have Photos in Landscape AND …
-
Hi, i needed to make a grid of 2 columns with all the items having height of 100 but the first item have a height of 50. I tried forceNonDeterministicRendering={true} but that does not seem to work. I…
-
Here What I will do -
1. create a User authentication system using Typescript+ drizzle orm + PostgresSql
2. Create a utility for users to upload their images with upload and fetch image APis with…
-
![image](https://user-images.githubusercontent.com/39285900/41402637-696188a8-6ff5-11e8-88fc-9afbf8377f13.png)
Go to https://gwtmaterialdesign.github.io/gwt-material-demo/2.1/?locale=en#masonry und…
-
We can set the baseWidth:
```js
const $grid = document.querySelector('.posts-grid');
const masonry = new MiniMasonry({
container: $grid,
baseWidth: 350,
gutter: 0,
minify: true,
});
`…
-
Dear Ele Custom Skin Support,
we bought the pro version of your Ele Custom Skin plugin, because we wanted a masonry grid for a portfolio. The masonry grid works fine, when we load or reload the sit…
-
We should have a principle that encourages API designers to put effort in unearthing and considering as many and as diverse use cases as possible, to avoid designing their proposed solution around ver…
-
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 …
-
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/2990
Originally posted by **mcanouil** October 23, 2022
Hi,
currently, the grid listing has a default height of 150px for…