_image_get_preview_ratio

Definition:
function _image_get_preview_ratio($w, $h) {}

Parameters

  • $w
  • $h

Source code

function _image_get_preview_ratio($w, $h) {

	$max = max($w, $h);

	return $max > 400 ? (400 / $max) : 1;

}

4331

No comments yet... Be the first to leave a reply!

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: