Problem/Motivation
Displaying images that were uploaded at the same time (selecting mulitple images) are broken. The height/width from the first image are applied to all images.
How to reproduce
- Create a content type with an image field, cardinality unlimited.
- Be sure that the images are displayed as "original image" (no image style)
- Create a content and upload multiple image at the same time (click on the upload button, and select more that one image. Images must have differents sizes and be smaller than the screen so they are not resized by CSS max-width.)
- Save
The width/height attributes on the image tag are the same (those of the first image), even if the images we uploaded does not have the same dimensions.
Proposed resolution
- tdb
Remaining tasks
Task | Novice task? | Contributor instructions | Complete? |
---|---|---|---|
Create a patch | Instructions | ||
Add automated tests | Instructions | ||
Add steps to reproduce the issue | Novice | Instructions | Done |
Embed before and after screenshots in the issue summary | Novice | Instructions |
User interface changes
None.
API changes
None.
Data model changes
None.