Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • dieudonne Friend
    #190649

    Hello,

    everything is in the title.
    Is there a simple way to remove the scale effect on images ?

    Thank.
    Regards

    MoonSailor Friend
    #506000

    Hi dieudonne,

    If you want to remove all scale effect on images, you need to customize css of templates.

    Open file “templates/ja_muzic/css/template.css”, add css code in bottom of file:


    img,
    img:hover{
    -webkit-transition : none !important;
    -moz-transition : none !important;
    -ms-transition : none !important;
    -o-transition : none !important;
    transition : none !important;

    -webkit-transform : none !important;
    -moz-transform : none !important;
    -ms-transform : none !important;
    -o-transform : none !important;
    transform : none !important;
    }

    Open file “templates/ja_muzic/less/joomla.less” and add css code :


    img{
    &:hover{
    -webkit-transition : none !important;
    -moz-transition : none !important;
    -ms-transition : none !important;
    -o-transition : none !important;
    transition : none !important;
    -webkit-transform : none !important;
    -moz-transform : none !important;
    -ms-transform : none !important;
    -o-transform : none !important;
    transform : none !important;
    }
    }

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  MoonSailor 10 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum