paulrehkugler / xkcd

xkcd iPhone app
MIT License
44 stars 9 forks source link

Load comics in Hi-DPI #68

Closed ewjoachim closed 4 years ago

ewjoachim commented 7 years ago

For several months/years now, XKCD comics are in retina definition. However, through the app, they are displayed in standard definition.

This is the HTML of the comic display on the xkcd website :


<img src="//imgs.xkcd.com/comics/russells_teapot.png"
     title="..."
     alt="Russell's Teapot"
     srcset="//imgs.xkcd.com/comics/russells_teapot_2x.png 2x">

So I guess we could reasonably add "_2x" on all images download and, if it doesn't work, default on the standard quality.

ewjoachim commented 7 years ago

img_7347 img_7348

ewjoachim commented 4 years ago

Nice, thanks ! Once this is out, I'll probably reinstall the app then :)