AbanteCart Community
AbanteCart Development => Customization help => Topic started by: terran9851 on January 01, 2014, 07:06:29 AM
-
I am creating a HTML Block. I am trying to insert an image. When I upload an image (like 280*150 pixels), the system creates a thumbnail image like (57*57 pixels) instead of my original image. Even I enlarge the thumbnail image to 280*150, the quality of the image is not same.
Why the system does this? This is suppose to be simple, right?
How do I do to use my original image.
Thanks
-
Happy New Year!
If you use resource library image thumb will be created for optimization, but it is placed into different directory. You do not need to use thumbs here.
You can use link/path to original image.
To your point I see a small UI issue in block HTML editor.
I have made a fix for resource library to load full size image.
You can replace files provided in the log below:
https://github.com/abantecart/abantecart-src/commit/66f0f72d57e7495d25c3fee15d8bb6a7a3a540de
-
Thanks