I have an image upload system in Php and when the images are posted, they create thumbnails. Today, these thumbnails when clicked call a jquery function to display it in a modal.
I need to confirm if this image has the ratio of 2 to 1 (for example 2000 x 1000px. But I can not choose by size, only by ratio) and if yes, open another function, different from the current one that opens any size.
I will be very grateful if anyone can give me a light on it.