Home Forums WoodMart support forum Image hover animation

Image hover animation

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #595261

    Favori
    Participant

    Hello,

    I would like to ask how to add hower animation Zoom in at the image on this page:
    https://favoridecor.fr/inspiration/

    #595332

    Hung Pham
    Keymaster

    Hi Blissdates,

    Thanks for reaching to us.

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-image{
      overflow: hidden;
    	border-radius: 50%;
    }
    
    div.wd-image img{
    	width: 100%;
    	transition: transform .5s ease;
      
    }
    
    div.wd-image:hover img{
      transform: scale(1.5);
    }

    Best Regards,

    #595432

    Favori
    Participant

    Thank you,
    But now I have a small bug, please see the pictures attached.

    Attachments:
    You must be logged in to view attached files.
    #595470

    Hung Pham
    Keymaster

    Hi Favori,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wd-enabled-flex>.vc_column-inner>.wpb_wrapper>*:not(.wd-enabled-width):not(.inline-element) {
    	width: auto;
    }

    Best Regards,

    • This reply was modified 3 months, 1 week ago by Hung Pham.
    #595484

    Favori
    Participant

    Unfortunately even with these lines I have same problem.
    please find attached the credentials in case if you want to have admin acces

    #595612

    Hung Pham
    Keymaster

    Hi Favori,

    I helped you to modify CSS codes, please check again.

    Best Regards,

    #595699

    Favori
    Participant

    Thank you so much!

    #595701

    Favori
    Participant

    Oh.
    Now I have a bug on the main page

    Attachments:
    You must be logged in to view attached files.
    #595704

    Favori
    Participant

    It’s not only on the main page it’s everyxhete wwhete I have image …

    Attachments:
    You must be logged in to view attached files.
    #595851

    Hung Pham
    Keymaster

    Hi Favori,

    You need to put class image-zoom-effect to the Row https://prnt.sc/6rqx1FOO5kKL

    Best Regards,

    #595915

    Favori
    Participant

    Hi,
    Thank you so much !

    #595916

    Hung Pham
    Keymaster

    Hi Favori,

    Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!

    Regards,

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