Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #2070934
Replicate portfolio rollover thumbnails on single image
Closed

Comments

  • PolR started the conversation

    Hi (again)!

    Is it possible to put the same ZOOM IN animation that shows the portfolio items thumbnails on rollover, in a single image with a link?
    How?

    Thank you!

  •  1,845
    Elated replied

    Hi again,

    You could try using the following code and add it to Appearance > Customize > Additional CSS or Elated Options > General > Custom CSS:

    figure {
        overflow: hidden;
    }
    figure>a {
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
    }
    figure:hover>a {
        -webkit-transform: scale(1.1,1.1);
        -moz-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }
    

    Hope this helps and if there is anything else that we can assist you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • PolR replied

    It works!
    Thank you!!!

  •  1,845
    Elated replied

    You're welcome,

    If there is anything else that we can help you with please don't hesitate to ask.

    Kind regards,

    Sean


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.