F
Filament15mo ago
Xavi

Image min and max width and height

How to make min and max width and height to uploaded images? Thanks!
1 Reply
LeandroFerreira
LeandroFerreira15mo ago
->rules(['dimensions:min_width=100,min_height=200'])
->rules(['dimensions:min_width=100,min_height=200'])
?