Hello,
I need to determinate if photo is landscape or portrait to use different crop settings. What I need is something like that:
If PHOTO_URL height is more than width THEN:
echo portrait
Elseif
echo landscape
Any help? :)
Hello,
I need to determinate if photo is landscape or portrait to use different crop settings. What I need is something like that:
If PHOTO_URL height is more than width THEN:
echo portrait
Elseif
echo landscape
Any help? :)
You must log in to post.