Is there a way to use Wix code to flip an image horizontally and/or vertically? If not, I have java code that will do this, but I’m not sure how to integrate that into a Wix page (meaning user clicks a button, the custom code runs given an image on the website page and then outputs an image that can be displayed on the same page).
Thank you.
-
option-1: trying to achieve your goal by using → wix-Animations.
-
using an HTML-Component and pasting in your custom code.
3)generating a Custom-Element, perhaps the most difficult of the mentioned options.
@look4zebras
Your result could look like this… using CSS in an HTML-component.
https://russian-dima.wixsite.com/my-site-1/blank-6
@russian-dima Yes, that is a great effect. I’ll look into how to make it work.