The next bunch of pages is blurry because the image is being rendered at a higher width than it should be. Until this gets fixed, you can do a temporary fix: Press F12 to bring up the HTML inspector, click on the console tab, and paste in document.getElementById(‘comic-image’).style.width=’550px’ which will set the image width to what it’s supposed to be. It’ll have to be done on every page, but it’s fast and effective.
Oopsie…forgot about the chickens.
Oh, THOSE Chickens.
Why is this page all blurry?
Blurry
What chickens HAVEN’T done.
The next bunch of pages is blurry because the image is being rendered at a higher width than it should be. Until this gets fixed, you can do a temporary fix: Press F12 to bring up the HTML inspector, click on the console tab, and paste in document.getElementById(‘comic-image’).style.width=’550px’ which will set the image width to what it’s supposed to be. It’ll have to be done on every page, but it’s fast and effective.