In Magento 1 we used the {{media url=””}} to display the image in frontend. But now how to display in Magento 2.
Let’s Start
1. Put the image in the path app/design/frontend/{Vendor Name}/{Theme name}/web/images
2. In static block or cms page content write
1 |
{{view url="images/image-1.jpg"}} |
now check the page or static block