gnagarn LiteCart Fan From Sweden Member since Apr 2018 gnagarn Sep 4 2025 06:27 AM When you select a category, the image of the category comes up. I want to broaden it.
jackmaessen LiteCart Fan From Netherlands Member since Dec 2022 jackmaessen Sep 4 2025 09:25 AM it's determined here: https://github.com/litecart/litecart/blob/dev/public_html/includes/templates/default.catalog/css/app.css#L401C1-L425C2 Line 403 and 424
gnagarn LiteCart Fan From Sweden Member since Apr 2018 gnagarn Sep 4 2025 10:44 AM I tried which line to change I tried many but it was the wrong line
tim Founder From Sweden Member since May 2013 tim Sep 4 2025 10:54 AM Here is the image output https://github.com/litecart/litecart/blob/2.6.2/public_html/includes/templates/default.catalog/pages/category.inc.php#L22 Here is where the thumbnail is generated https://github.com/litecart/litecart/blob/2.6.2/public_html/pages/category.inc.php#L86