$media->isSquare()
Checks if the image is square
-
return (boolean)
Example
<?php if($media->isSquare()): ?>
This image is square
<?php endif ?>
Checks if the image is square
<?php if($media->isSquare()): ?>
This image is square
<?php endif ?>