I have install Magento2 and create static block how can I call my theme images in static block ? In Magento1.x we used {{skin url="images/demo.jpg"}}.
Any one have idea for how to call images in Static block not using editor like {{media url="wysiwyg/demo.jpg"}}.
asked Sep 29, 2015 at 10:50
Hitesh Koshti
1,4454 gold badges18 silver badges38 bronze badges
1 Answer 1
You can call theme images from static block like this in magento2 :
<img src="{{view url="images/demo.jpg"}}" alt=""/>
Hitesh Koshti
1,4454 gold badges18 silver badges38 bronze badges
answered Sep 29, 2015 at 12:26
Suresh Chikani
16.1k11 gold badges65 silver badges102 bronze badges
Explore related questions
See similar questions with these tags.
default