Gyazo
code:style.css
img.image-viewe{
width: 100vw !important;
height: 100vh !important;
object-fit: contain !important;
display: block !important;
}
body :has(.zooming){
padding-top: 0 !important;
}
.content :has(.zooming) .header-block{
display: none !important;
}