$media->isPortrait()
Checks if an image file has been taken in portrait mode
-
return (boolean)
Example
<?php if($media->isPortrait()): ?>
This image has been taken in portrait mode
<?php endif ?>
Checks if an image file has been taken in portrait mode
<?php if($media->isPortrait()): ?>
This image has been taken in portrait mode
<?php endif ?>