Open
Description
Clear and concise description of the problem
How about to add image rotation and flip support in Zoom module ?
Suggested solution
There is translate3d(...) and scale(...) in css transform style. Just add scaleX(...), scaleY(...) and rotate(...).
And recalculate image size based on rotation degree.
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Would you like to open a PR for this feature?
- I'm willing to open a PR