Paulius And
Paulius And
Anyway, here's my try on implementing this. Added rotateButton option: ``` if (options.rotateButton) { $image_holder.append(''); $(document).on('click', '#fullsized_rotate', function(e) { e.preventDefault(); e.stopPropagation(); return rotateImage(); }); } ``` The main function: ```...
> Update: I can no longer reproduce this on `20251014-193657-64f2907c`. I don't update consistently so I can't say where the fix was introduced. > > [@lsorber](https://github.com/lsorber) Do you still run...