I'm dancing with image resizer and have a list of required image dimensions (100x200, 300x120 ... etc). This list also includes aspect ratios (3:4, 16:9, 1:1).
How I can use carrierwave with aspect ratios? The dimensions in this case should not be taken into attention at all - images can be of completely different sizes in pixels. For example process resize_to_fill: [16:9]
I'm dancing with image resizer and have a list of required image dimensions (100x200, 300x120 ... etc). This list also includes aspect ratios (3:4, 16:9, 1:1).
How I can use carrierwave with aspect ratios? The dimensions in this case should not be taken into attention at all - images can be of completely different sizes in pixels. For example
process resize_to_fill: [16:9]
Search didn't help me ... (
Thanks!