How should i do this
What are the UI only options ? I saw “hover” option in Design panel but could not figure out how to use it
If it is to be coded where i can i paste the readymade code like in the link above
Paste the ready made code inside the repeat of each image. Not sure if it will work instantly. It might need a bit of fine tuning with dmx-bind:
Also you might need to include more javascript. Depends on how the script that you show in the link works.
To start with copy your desired style choice into your projects style.css file (on the linked site everything under CSS)
Next open the page where you want this effect and copy the html from the site then paste this inside a element like ‘row’ inside your project on the page your images are. If your images are static and not coming from a source like a database this will now all be good (apart from minor css styling issues possibly I had a few after copying this you can use Wappler to make these look nicer)
Also , the Design Panel hover effect is working but only on the deployed site and not in local browser, that is why earlier i thought it wasn’t working but it must have been
Edited certain things with the html as the image sizes etc wasn’t looking good in my tests so I set the height to 200px and cover the images things like that.
Then I got this result:
Screen Recording 2021-12-11 at 19.06.45
I will paste this edited column here but note it might just be a conflicting style in my project yours might not need the edited html: