You are here

image-popup-formatter.html.twig in Simple Image Popup 8

Same filename and directory in other branches
  1. 2.x templates/image-popup-formatter.html.twig
<div class="row">
    <img src="{{url_popup}}"></img>
</div>

File

templates/image-popup-formatter.html.twig
View source
  1. <div class="row">
  2. <img src="{{url_popup}}"></img>
  3. </div>