• Resolved linesplusdots

    (@linesplusdots)


    Greetings

    Thank you for a great plugin! Two questions:

    1) How can I change the animation to a simple overlay? Fade-in on mouse over, fade-out on mouse out. The animation speeds are fine as is.

    2) How can I change the padding/spaces between the images?

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Karan

    (@buntisoft)

    Hi,
    you can done it via CSS, if you have a knowledge of CSS.
    OR copy/paste the below CSS code in your site (if it can help).

    Thanks.

    
    .instagallery-items .ig-item {
        padding: 20px;
    }
    .instagallery-items .ig-item.ighover a:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .instagallery-items .ig-item.ighover a:hover:after {
        background: rgba(8, 8, 8, 0.6);
    }
    
    Thread Starter linesplusdots

    (@linesplusdots)

    Working perfectly – thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Animation and padding’ is closed to new replies.