112
Views
4
Comments
Solved
Web block enlarged by mouse hover
Question

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!

UserImage.jpg
Prasad Rao
Solution

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

Hi Yuri,

You could simply use some CSS?

UserImage.jpg
Prasad Rao
Solution

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.

UserImage.jpg
Yuri Chekalin

Thank you guys, especially Prasad! I'm not good with CSS and therefore that example was just what I've been looking for!

2022-12-03 12-19-54
Aditya C

Hi Yuri,

How did you apply that Css? I also need to do the same.

Thanks in advance

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.