문제

I want to add image like footer.png in

app/design/frontend/vendorname/themename/Magento_Theme/templates/html/footer.phtml

Here I am adding image using

<img src='<?php echo $this->getViewFileUrl('Company_Module::images/image-icon.png'); ?>' alt="image-icon" width="30" height="25"

Image In Magento_Theme/web/images folder

도움이 되었습니까?

해결책

$this->getViewFileUrl('Company_Module::images/image-icon.png');

Your image should put under web folder in your custom module: app/code/Company/Module/view/frontend/web/images/image-icon.png

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top