cancel
Showing results for 
Search instead for 
Did you mean: 

How to resize product bundle thumbnail?

How to resize product bundle thumbnail?

How can I modify the size/resolution of the thumbnail images in a bundle product in Magento? I have the following code (view.xml):

 

<images module="Magento_Catalog">
    <image id="swatch_image" type="swatch_image">
        <width>34</width>
        <height>34</height>
    </image>

    <image id="wishlist_thumbnail" type="small_image">
        <width>264</width>
        <height>264</height>
    </image>
</images>

However, I am confused about how to add bundle product images to it. Can you provide guidance on how to include bundle product images in this configuration?

thank you in advance