zamfofex / jxl-crx

browser extension to display JPEG XL images

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

small image in browser

paolobenve opened this issue · comments

In

https://jpegxl.info/test-page/

the jxl image is shown small that the others.

chrome 122.0.6261.69

Same (also smaller) in Firefox

Not small for me with Firefox 124.0.1 and addon version 0.3.0 (latest published version on amo).
Small on Chrome 123.0.6312.86 and addon version 0.3.0
Tested on win 11

Small for me with Firefox 125.0 addon 0.3.0 tested on Bodhi Linux.

seems that's due to the 2x in the srcset attribute, removing it makes it display at the same size as all other images

adding src attribute also makes it display at the same size. problem with elements with both src and srcset?

most likely related to #3