I’m fairly new to EE and was exploring the Photo Gallery Module. The project I’m working on needs the following: gallery images that are different sizes (easy enough) and thumbnails that are exactly the same size (without distortion or whitespace). So I guess what I need is a way to not only resize thumbnails but also crop to a specific dimension. Eg Image1 is 875px x 525px tall and the thumbnail needs to be exactly 25px x 25px. Image2 is 200px x 500px and the thumbnail needs to be exactly 25px x 25px as well. Is this possible?
Ideally what I’d like to do is have ultimate control over my thumbnail (cropping and sizing) wherein I can determine the size and crop area for each thumbnail. Is this possible as well?