Describe your issue or idea
The out-of-the-box settings for content type 'Post' have the format of the display of the image field set to 'Image style: Large' and the setting for this image style allows upscaling. If the user is unaware of this it can be a surprise, particularly if the user puts a constraint on the dimensions of the uploaded image field.
Steps to reproduce (if reporting a bug)
Either upload an image smaller than 800x600 in the image field for a post or set a constraint on the image field so that in uploading the image is scaled to a size smaller than 800x600.
Actual behavior (if reporting a bug)
The smaller image will be upscaled with consequent loss of resolution.
Expected behavior (if reporting a bug)
I would expect the image not to be upscaled by default.
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform