We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Il faudrait assez rapidement revoir la méthode de redimensionnement des photos des conférenciers :
De sorte à garder les ratios.
Pour éviter :
Merci
The text was updated successfully, but these errors were encountered:
Un truc du style :
$targetWidth = 90; $targetHeight = 120; $ratioWidth = $width/$targetWidth; $ratioHeight = $height/$targetHeight; $ratio = max($ratioWidth, $ratioHeight); imagecopyresampled($img, $oldImg, 0, 0, 0, 0, ceil($width/$ratio), ceil($height/ratio), $width, $height);
Sorry, something went wrong.
Ca a été fixé pour le php tour de cette année :)
No branches or pull requests
Il faudrait assez rapidement revoir la méthode de redimensionnement des photos des conférenciers :
De sorte à garder les ratios.
Pour éviter :
Merci
The text was updated successfully, but these errors were encountered: