Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #319265

    Hi there,

    Is it possible for an image to increase in size (a small amount) on rollover?

    At the moment there is an opaque white overlay, and i’d like to remove this and have the image expand a little when rolled over and clicked on – is this possible?

    I have tried various options without success – the link to the site is in the private content box.

    Thanks in advance,

    Silvio

    #319277

    Hi silviouk!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .image-overlay { display: none !important; }
    .avia-image-container-inner img:hover {
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
    }

    Cheers!
    Yigit

    #319322

    I’m coming to Vienna with a massive case of beer for you guys!

    #319363

    Hi!

    Hooray! ;D Let us know if you have any other questions or issues Silvio

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘ANIMATED IMAGE’ is closed to new replies.