Jump to content

Zoom effect in Custom Text Block


arhamfawwaz

Recommended Posts

Hi guys,

 

I wanted to do zoom effect on images that i put in custom text block. I have added below code in themes/classic/assets/css/custom.css

zoomin img { 
height: 200px; 
width: 200px; 
-webkit-transition: all 2s ease; 
-moz-transition: all 2s ease; 
-ms-transition: all 2s ease; 
transition: all 2s ease; } 

.zoomin img:hover { 
width: 300px; 
height: 300px; }  

 But it seems like doesnt take any effect on custom text block. Anything that i am missing?

 

Thanks!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...