Crop with fixed height
-
I added an image size with fixed height (100) and automatic width:
add_image_size(
‘test’,
9999,
100,
false
);
I want to crop the sides of an image while preserving its height.
This should be physically possible as the width is flexible.
It would be nice if this plugin offers cropping also for this case.Thanks and
with best regards
- The topic ‘Crop with fixed height’ is closed to new replies.