Created attachment 148676 [details] full size Resized image is never fit . I think this is a bug, because in most, if not all, of the web rowsers I've used, the behaviour I expect is the one that they implement.
Created attachment 148677 [details] partially resized
That's to say, scrollbars must not be seen when image is resized and fit to window
EnzoR 2022-05-10 10:59:06 UTC https://bugs.kde.org/show_bug.cgi?id=452818 > Finally, @genghiskhan@gmx.ca, what's wrong with contents not fitting the screen area and requiring a scroller widget? It's fine. I just expect it to entirely fit and consequently see no scrollers.
(In reply to genghiskhan from comment #3) > EnzoR > 2022-05-10 10:59:06 UTC > https://bugs.kde.org/show_bug.cgi?id=452818 > > > Finally, @genghiskhan@gmx.ca, what's wrong with contents not fitting the screen area and requiring a scroller widget? > > It's fine. I just expect it to entirely fit and consequently see no > scrollers. I think you are cross-posting.
(In reply to EnzoR from comment #4) > > I think you are cross-posting. I did. I was a misunderstanding.
From console: element.style { -webkit-user-select: none; margin: auto; cursor: zoom-in; } Please add this: height: 100vh; // 100% view height
Correction! Please add these: height: 100vh; width: auto; // To keep proportion
Created attachment 157338 [details] Userscript as a temporary fix
Created attachment 157339 [details] Userscript as a temporary fix. Works only when 'cursor' is present. We can check the viewport against the image, but it will be too much for this userscript because it was made for demonstration
Created attachment 157353 [details] Script include checker background to notice transparency I think this is my final attempt. It is not perfect
There's no problem with Falkon. This issue happens because default zoom on page is set to more than 100%