❌ Kirby 2 no longer actively supported. Migrate to a current version and
upgrade your v2 license now
.
$media->width()
Returns the width of image files in pixels
return
(integer)
Example
<?= $media->width(); ?>
↑
Toolkit API overview
←
$media->url()
→
$media->write($content = null, $format = null)
↓
Back to Toolkit API section
Top