go-comic-converter icon indicating copy to clipboard operation
go-comic-converter copied to clipboard

Display the picture in its original size

Open ssbroad opened this issue 8 months ago • 42 comments

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.

0010

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"/>

ssbroad avatar Jun 12 '24 12:06 ssbroad