hi
how to add image path on phtml from /pub/media/myfolder/image.png ?
Solved! Go to Solution.
Hello wizardmadness,
Give a try with
<img src="<?php echo $block->getUrl("pub/media/myfolder/")?>image.png"/>
There must be a better way but this one works
Best
View solution in original post
How to get the media folder URL programmatically: https://mage2.pro/t/153