right now, a thumbnail will be either 150px in height or in width, depending if it’s landscape or portrait. Is there a way to make them always the same width and scale them in height accordingly, without squaring them?
Kind regards
right now, a thumbnail will be either 150px in height or in width, depending if it’s landscape or portrait. Is there a way to make them always the same width and scale them in height accordingly, without squaring them?
Kind regards
You must be logged in to post a comment.
Use
add_image_size()
in yourfunctions.php
:…and then use this in your template: