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
upscaleImages
config/general.php
false
{% set image = craft.assets.id(4).one() %} <img src="{{ image.url('myTransform') }}" width="{{ image.width('myTransform') }}" height="{{ image.height('myTransform') }}">
The transform should be 500px side.
The generated transform is 1000px wide.
4.0.4
8.0
macOS
MariaDB 10.3.34
Imagick 3.6.0
None.
The text was updated successfully, but these errors were encountered:
a3d963b
No branches or pull requests
What happened?
Steps to reproduce
upscaleImages
inconfig/general.php
tofalse
.Expected behavior
The transform should be 500px side.
Actual behavior
The generated transform is 1000px wide.
Craft CMS version
4.0.4
PHP version
8.0
Operating system and version
macOS
Database type and version
MariaDB 10.3.34
Image driver and version
Imagick 3.6.0
Installed plugins and versions
None.
The text was updated successfully, but these errors were encountered: