Quick fix for Assets lists

suwsuw
edited February 2012 in Share
Hello,
Here's a quick fix for listing assets, autoresized to maxim 120 px
1. edit: fuel/modules/fuel/assets/css/fuel.css
2. go to line 263 an replace div.img_crop line with the following:

div.img_crop { width: 400px; max-height: 120px; overflow: hidden; }
div.img_crop img{ max-width: 120px; max-height: 120px; }

3. save and enjoy, now your asset images will be the size of thumbnail.
It is not perfect - but is a quick fix.
Sign In or Register to comment.