go-comic-converter
go-comic-converter copied to clipboard
Display the picture in its original size
The resolution of many comics is smaller than the resolution of KS - 1860x2480
If you enlarge the picture to adapt to the height of the screen, it will cause a certain amount of blur.
I want to display the image in a point-to-point (pixel for pixel) manner, i.e. display the image smaller than the screen resolution in its original size on the screen.
For example, the resolution of this image is 1445x2048.
I tried changing the image size in xhtml but it had no effect.
<img src="../Images/img_1_p0.png" alt="Image 1 Part 0" style="width:1749px; height:2479px; top:0.02%; left:0"/>
=>
<img src="../Images/img_1_p0.png" alt="Image 1 Part 0" style="width:1445px; height:2048px; top:0.02%; left:0"/>