Magento – Magento 2 : Call Static block wysiwyg images not using editor

cms-blockmagento2mediamedia-imagesstatic-block

Any one have idea for how to call images in Static block not using editor like {{media url="wysiwyg/demo.jpg"}}?

Best Answer

you can directly Upload image without using the media{}

http://screencast.com/t/VdPLZPrqS

Or

By Code in phtml file use below :

        <img src="<?php echo $block->getViewFileUrl('images/loader-1.gif'); ?>" alt="<?php echo __('Loading...') ?>">