PHP Classes

File: themes/default/components/view/image.twig

Recommend this page to a friend!
  Classes of Aby Dahana   Aksara   themes/default/components/view/image.twig   Download  
File: themes/default/components/view/image.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Aksara
A CodeIgniter based API and CRUD generator
Author: By
Last change: security improvement and template fix
Date: 7 days ago
Size: 202 bytes
 

Contents

Class file image Download
<div class="text-sm-center"> <a href="{{ content | replace({'/thumbs/': '/'}) }}" target="_blank"> <img src="{{ content }}" alt="{{ label }}" class="rounded img-fluid" /> </a> </div>