Hi,
ever since using Pro I’ve challenged myself to accomplish things with a minimum of custom coding, although I’m quite capable in PHP/JS/CSS. So far I’ve been able to achieve that for a dew years, apart from some custom CSS.
Recently I created this page which has four buttons that control the display of the image: zoom in or out, rotate left and rotate right. As it was just a POC, it isn’t perfect. For example: when change the images dimensions, the div holding the image isn’t resizing, although it’s set to auto-width and auto-height.
I could write more custom code for this, but I was wondering, given all the amazing code that has been build already into Pro, what I do to be able to rotate and zoom the image with as minimum of custom-code possible.
Thanks in advance for any pointers into interesting hints that will help me solve this without custom coding