GavickPro / Music-Free-Responsive-Joomla-Template

Music is a Free Responsive Joomla! template created by GavickPro
https://www.gavick.com/joomla-templates/free-responsive-joomla-template,91.html
27 stars 19 forks source link

Zoom off #118

Closed mgarda closed 11 years ago

mgarda commented 11 years ago

Hi! Hi! I not like the picture zoom effect. How do i switch off this function?

BR, Milan

bkrztuk commented 11 years ago

Please open file gk.stuff.css from template/css directory and find this part of code

.nspArt .nspImageWrapper:hover img {
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

then just remove it.