gnagarn LiteCart Fan Från Sweden Medlem sedan apr. 2018 gnagarn 4 sep. 2025 06:27 When you select a category, the image of the category comes up. I want to broaden it.
jackmaessen LiteCart Fan Från Netherlands Medlem sedan dec. 2022 jackmaessen 4 sep. 2025 09:25 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 Från Sweden Medlem sedan apr. 2018 gnagarn 4 sep. 2025 10:44 I tried which line to change I tried many but it was the wrong line
tim Founder Från Sweden Medlem sedan maj 2013 tim 4 sep. 2025 10:54 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