Skip to content

Instantly share code, notes, and snippets.

View mbecher's full-sized avatar

Marc Becher mbecher

View GitHub Profile
@mbecher
mbecher / figure.php
Last active August 1, 2019 11:33
getkirby tags/figure.php with srcset and thumbnail creation
<?php
kirbytext::$tags['figure'] = array(
'attr' => array(
'width',
'height',
'alt',
'text',
'title',
'class',