Search the Community
Showing results for tags 'featured image'.
-
Hi, I am working with V5.1.1 and want to increase the size of the featured image thumbnail currently displaying at a default width of 116. I edited the config.xml file (line 35, vanilla) which is now configured as follows: <image reference="small" maximum="218" quality="80" default="noimage_thumbnail.png" /> I emptied my cache and am importing my images through admin but still getting a 116 default size image displaying in the code? I guess I am missing something here? I overwrote the default image size using a CSS descendant selector for img on the containing div #featured_product which works as expected. I am however a little concerned that this may not be the best way to achieve the results that I'm looking for and am open to any suggestions anyone may have? Many thanks in advance