Change image size on home page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
HI there
Is it possible to change the size of the images displayed on the home page. Im new to nopcommerce and cannot find where to upoload these or change them in the admin section of the site.
Im using v3.8

Thanks !
7 years ago
Hi,

To edit image size from the admin panel, you need to go to /Admin/Setting/Media. But there is no setting for just home page.

You may do some customization in your theme css file. Please note, home page has own class name
<html class="html-home-page">

If you reference this class to your css file, then you may hard-code image size just from css. Please remember to check your RWD as well!

Regards,
Tomasz
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.