Image is shown using Lazy Column For. It is natural when you scroll down, but when you scroll up again, the entire image is rendered instantaneously instead of showing a new image from the bottom, making the scroll unnatural.
How can I fix the image size to the original image width and height? If I do Modifier.size(100.dp), it works naturally.