Close

Image size of featured products on homepage

carlherup
11 years ago
#2192 Quote
Avatar
  • 2
Where do I change size of the featured products images on the homepage? They are set to 270px wide.
Boyko
11 years ago
#2194 Quote
Avatar
  • Moderator
  • 1570
carlherup wrote:
Where do I change size of the featured products images on the homepage? They are set to 270px wide.


Hi carlherup,

You need to open this file Themes\Jewelry\Views\Home\Index.cshtml.
Change this line of code by specifying the size you want but keep in mind that you will have to change the css styles accordingly.

@Html.Action("HomepageProducts", "Catalog", new { productThumbPictureSize = 270 })


Note: I will move this topic in the Jewelry theme forum.

Thanks
Regards,
Nop-Templates.com Team
carlherup
11 years ago
#2198 Quote
Avatar
  • 2
Perfect, thanks :)