shortcode->getHandlers()->add('size', function(ShortcodeInterface $sc) { $size = $sc->getParameter('size', $this->getBbCode($sc)); if (is_numeric($size)) { $size .= 'px'; } return '' . $sc->getContent() . ''; }); } }