• Resolved yasharozov

    (@yasharozov)


    Hi,
    How would i add a black border 5px wide to the individual images in this gallery?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author nK

    (@nko)

    Hey.

    You can try to add custom CSS for the image border. Something like this one:

    .vp-portfolio__item-img img {
        border: 5px solid #000;
    }

    Regards, nK.

    Thread Starter yasharozov

    (@yasharozov)

    Thanks! will try 🙂

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

The topic ‘Border for images’ is closed to new replies.