miniShop2 thumb

Hello. guys, tell me how to use thumb in MS2 chunks so as not to pixelate the image.
2023-01-08_020421

    [[msProducts?
	&parents=`3`
    &tpl=`productsHome`
	&tplOdd=`productsHome2`
	&includeTVs=price`
	&includeThumbs=`651x651`
    &tvPrefix=`tv.`
]] 

<div class="row">
                    <div class="col-xs-12 col-sm-6 col-md-6">
                        <div class="product-img">
                            <img src="[[+thumb]]" alt="[[+pagetitle]]" title="[[+pagetitle]]" class="img-responsive">
                            <div class="ribbon-price-h right"><span>&#8381; [[+price]]</span></div>
                        </div>
                    </div>
                    <div class="col-xs-12 col-sm-6 col-md-6">
                        <div class="product-info-ver2 center text-center">
                            <h3 class="product-title">[[+pagetitle]]</h3>
                            <p class="product-desc center">[[+introtext]]</p>
                            <a href="[[+uri]]" class="btn-shop" title="[[+pagetitle]]">Подробнее</a>
                        </div>
                    </div>
                </div>

Maybe this helps:


This is the description of the includeThumbs property:
“An optional comma-delimited list of Thumbnail sizes to include in selection. For example: “small,medium” give you placeholders [[+small]] and [[+medium]]. Thumbnails must be generted in gallery of product.”

So I believe, your value of 651x651 is incorrect.

Hello. is it necessary to register &includeThumbs=medium and update the images in the gel?