Hi Everyone,
I'm trying to build this kind of web page, where there are say five web blocks (images+text), and each block would grow in size by 5% when the mouse pointer is inside. Basically to enlarge any block if mouse is hovering over it.
Can I do this using standard OutSystems web patterns?
Thanks!
Hi,
I am not aware if there is any out of box web pattern but it can be done very easy like the (https://www.w3schools.com/howto/howto_css_zoom_hover.asp) inside outsystems.
Regards.
Hi Yuri,
You could simply use some CSS?
Thank you guys, especially Prasad! I'm not good with CSS and therefore that example was just what I've been looking for!
How did you apply that Css? I also need to do the same.
Thanks in advance