Open Nusab19 opened 6 days ago
The preview image doesn't have a fixed size. So it takes up the whole screen (in mobile view) For much larger images, it overflows the screen.
Setting a max-height and max-width will fix it.
max-height
max-width
The preview image doesn't have a fixed size. So it takes up the whole screen (in mobile view) For much larger images, it overflows the screen.
Setting a
max-height
andmax-width
will fix it.