Skip to main content

Magento 2: Get image url in template file

 Add image path in public_html/app/design/frontend/theme/web/images

<img src="<?php echo $this->getViewFileUrl('img/image.jpg'); ?>" />   

Comments