I've got a grid of lots of images that are scrollable (1000 images in 5 columns) using LazyVerticalGrid. Everything looks great, but resizing does not affect the LazyVerticalGrid (or any LazyColumn, I think) since they only lazily update their contents - so the images do not resize when the window resizes. Is there a way to get around this?