JavaScript Calculer le rapport d'aspect
aspectRatio = width / height
Sore Sardine
aspectRatio = width / height
widthT = heightT * aspectRatio
heightT = widthT / aspectRatio