Example #1
0
 /**
  * @return string
  */
 public function getImageHtmlTemplate()
 {
     return $this->imageView->isWhiteBorders() ? 'Magento_Catalog/product/image' : 'Magento_Catalog/product/image_with_borders';
 }