-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
Description
Description
When adding an Image CTA with portrait orientation, the image is being cut off in Safari instead of scaling responsively. This impacts the visibility of the CTA and results in poor user experience on Safari browsers.
Steps to Reproduce
- Create an Image CTA with a portrait-oriented image.
- Insert it into a post/video as a CTA layer.
- Open the post in Safari (desktop or mobile).
- Observe that the image is cropped instead of scaling responsively.
Expected Behavior
- The Image CTA should be fully visible in Safari.
- The portrait image should resize responsively while maintaining its aspect ratio.
Actual Behavior
- In Safari, the portrait Image CTA is cut off.
- It does not scale responsively, unlike in other browsers.
- It appears bit off in chrome browser as well
Affected Scope
- Safari browsers (desktop & iOS).
- Only portrait-oriented Image CTAs.
- Other browsers (Chrome, Firefox, Edge) are not affected.
Visual Proof
Acceptance Criteria
- Portrait Image CTAs scale responsively in Safari without being cut off.
- Aspect ratio is preserved across all browsers.
- Image CTA remains clickable and functional.
- Tested in Safari desktop and Safari iOS.
- Fix does not impact landscape images or other browsers.