0
Started

Folder images huge

Sam Busby 9 years ago updated 9 years ago 3
The new update to Ubooquity is great however I am having an issue with the new folder.jpg images.

When enabling them, they don't seem to get scaled or resized, they just get displayed at full size and overlap.


Image 49

Under review
Yes, you can fix that by editing the theme you use (or create a new one if you use the default theme).
Add the following lines in the comics.css file:

.thumb img
{
    max-width: [[COMIC_W]]px;
    max-height: [[COMIC_H]]px;
}
I'll add it by default in the next release.

Thanks, you're a hero!