Not sure if I’m doing something incorrectly or what. But here is my issue:
Whenever I have an image container (we’ll call it Image A) that is using a static image, the image is stretched widthwise with the responsive page and maintains the aspect resolution without making the container taller.
However
When I try to do the same thing with a dynamic image, it just doesn’t work. It shrinks the image to the height of the container.
This link I believe is a cause of the image in the editor to have the width resized, however when I have this image not as part of a repeating group, I am able to resize the image width to be the correct dimension resulting in the appropriate display.
The problem is when it is part of a repeating group, the image is getting resized and I would obviously be unable to manually resize.
How can we get an image that is in a repeating group, that has a dynamic image reference to the database and is using a rounded design have the image displayed with the preset dimensions?
Hi @boston85719 How do you make this work for images which are not hosted on the application storage?
It only works when I upload images manually. But it doesn’t work when the user has to upload images from his profile page. Strange
The problem is I don’t use Pictureuploader but another plugin. It only works when you use Picture Uploarder. So I’m stuck because I need that another plugin. I hope, I will find a solution.
sounds like the plugin you are using is not saving the image file as an image file…you may need to convert it to S3 to be able to use it as an image later.