shoppiz Posted February 9, 2015 Share Posted February 9, 2015 Hello Vekia! Thank you for your answer on my previous question. Need help on another thing. On my website home page (SHOP) www.shoppiz.in, I have added Images and these images are linked to Amazon. I have seen lots of websites, when we just bring the mouse on the image , the image automatically zooms, or for some website instead of ZOOM the image fades. (i would like to enable the ZOOM) How can I be able to enable this on my website. Thank you again for all the support from you guys. You guys are doing an excellent. hey dont forget to click google adds :D/ Awaiting a reply on this one. Link to comment Share on other sites More sharing options...
vekia Posted February 9, 2015 Share Posted February 9, 2015 i dont know what kind of effect you exactly expect can you share (if it is possible) url to some examples, please? Link to comment Share on other sites More sharing options...
shoppiz Posted February 9, 2015 Author Share Posted February 9, 2015 Hello Appreciate ur quick response. please look at this link ,it is a demo but has both effects on the images Zoom and fading. http://www.leotheme.com/demo/prestashop14x/?template=leo_glasses Link to comment Share on other sites More sharing options...
shoppiz Posted February 10, 2015 Author Share Posted February 10, 2015 Here is another website that you can review http://www.leotheme.com/demo/prestashop14x/ Link to comment Share on other sites More sharing options...
vekia Posted February 10, 2015 Share Posted February 10, 2015 use this: #htmlcontent_home li { overflow:hidden; } #htmlcontent_home li:hover img { -webkit-transition: all 1s ease; /* Safari and Chrome */ -moz-transition: all 1s ease; /* Firefox */ -ms-transition: all 1s ease; /* IE 9 */ -o-transition: all 1s ease; /* Opera */ transition: all 1s ease; -webkit-transform:scale(1.25); /* Safari and Chrome */ -moz-transform:scale(1.25); /* Firefox */ -ms-transform:scale(1.25); /* IE 9 */ -o-transform:scale(1.25); /* Opera */ transform:scale(1.25); } Link to comment Share on other sites More sharing options...
shoppiz Posted February 10, 2015 Author Share Posted February 10, 2015 Where to add this code? Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now