Skip to content

Instantly share code, notes, and snippets.

@ivomynttinen
ivomynttinen / srcset.php
Last active February 7, 2017 06:51
Kirby CMS Tag for srcset images. Supports the attributes "retina" (file name of the @2x resource), "alt" (alt text on img), "class" (additional class on the img element). Place under /site/tags/
<?php
kirbytext::$tags['srcset'] = array(
'attr' => array(
'retina',
'alt',
'class'
),
'html' => function($tag) {