...
· DESKTOP LAYOUT: Here you can select either one, two, three or four rows of products that you want to display in the product grid on desktop devices. In case you want to include a custom number of rows, you can type the number of rows to be displayed in the input field of the last option.[1]
In the HERO TEASER you can choose if you want to display a hero image inside the product grid. Following options are available:
...
In the image upload area on the left-hand side you can insert an image using the Magento 2 media explorer. [2] If you already have an image, you can remove it using the “bin” icon. There is also a possibility to add video - more 2.16. Video Teasers. If you have more than one image teaser (added using the the “+” icon) you can move the given image using the “arrow up” and “arrow down” icons. Also you can change the existing image by clicking “change”.
In the CONTENT ALIGN area you are able to control the text appearance on the image teaser. Just click on the desired position field where the text should be shown.
Enter the SLOGAN text which will be the most prominent text element on the image teaser (depending on the styling). Additionally it is possible to insert dynamic content in this text area and any other textfield component, e.g. HEADLINE and DESCRIPTION using Content Constructor Directives. By adding directives it will display your products’ price or a products’ discount percentage to your desired text field.
Fetching a products’ price can be done with this directive:
{{price sku=”your_product_sku” withCurrency=”true”}}
When choosing “false” as your parameter there is no currency sign displayed.If you wish to display a discount percentage of a certain product use following directive:
{{discountPercentage sku=”your_product_sku”}}However, only an integer value will be shown.
Enter the DESCRIPTION text which will be the text element located underneath the slogan on the image teaser (depending on the styling). Also, Constructor Directives can be used here.
Enter a BUTTON LABEL text in case you want to include a button on the image teaser.
Enter a URL in the URL input in case you want to add a link to the button (also the Magento 2 widget types CMS Page Link, Catalog Category Link, Category Product Link, File URL are supported).
...
With TEASER SIZE you determine the height and width of the image.
1x1: The image size is equal to one product tile in height and width (one row and one column).
2x2: The image size occupies two product tiles in height and width (two rows and two columns).
2x1: The image size width is equal to two product tiles and its height occupies one product tile (one row and two columns).
1x2: The image size width is equal to one product tile and its height occupies two product tiles (two rows and one column).
The POSITION of the image teaser can be located:
Left: Image is left aligned
Center: Image is in the center
Right: Image is right aligned
Depending whether ROW 1 or ROW 2 is selected the image is placed in the corresponding row.
The toggle SHOW IN MOBILES lets you set if the image is shown on mobile devices.
...
When the settings have been made, click SAVE.
...
[1] The breakpoints for the devices are: mobile up to 767px, tablet 768 - 1023px, desktop 1024px
[2] It is recommended to use JPG and PNG (RGB format) file types for images