Ver original$aspect_ratio = $new_w / $new_h; // Se ajusta al nuevo tamaño $new_h = $picsize; $new_w = abs($new_h * $aspect_ratio);