- Issue created by @davidhernandez
- Status changed to Postponed: needs info
almost 2 years ago 5:45pm 6 February 2023 - πΊπΈUnited States mglaman WI, USA
Can you provide examples on how the image style is configured? I see that the URL is missing the customization query parameters, which is incorrect.
How is it being rendered? In the WYSIWYG or a field formatter?
- Assigned to mglaman
- Status changed to Active
almost 2 years ago 8:37pm 6 February 2023 - πΊπΈUnited States mglaman WI, USA
The code will be in
\Drupal\acquia_dam\EmbedCodeUrlBuilder::mapImageEffects
. I'm reviewing our test coverage for theimage_scale_and_crop
plugin. It looks like that is missing.We support the following image effects:
- focal_point_scale_and_crop
- focal_point_crop
- image_convert
- image_rotate
- image_resize
- image_crop
- image_scaleI am going to dig through some old notes and issues. I don't know why this was missed, but I remember we had discussed it. It should be similar to how we handle
focal_point_crop
but the anchor comes from the image style directly. - @mglaman opened merge request.
- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 9:29pm 6 February 2023 - πΊπΈUnited States mglaman WI, USA
I made an MR which should fix this image effect.
-
mglaman β
authored 9194a998 on 1.0.x
Issue #3338384 by mglaman: Scale and crop image effect is not working (#...
-
mglaman β
authored 9194a998 on 1.0.x
- Status changed to Fixed
almost 2 years ago 4:31pm 24 February 2023 Automatically closed - issue fixed for 2 weeks with no activity.