• Resolved Michele

    (@micheleking)


    Hello there, I hope this finds you well in these strange times.

    I’m trying to add an image border with css and depending on the orientation and/or size of the image, one side gets dropped off (isn’t appearing). Generally, the square or portrait images doesn’t show the bottom border and on the landscape images the right side border doesn’t show.

    Please help, as these galleries require borders.

    Thanks!

    Michele

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Michele

    (@micheleking)

    P.S. I’m using the Slide Scale Mode “contain”.

    Thread Starter Michele

    (@micheleking)

    Also, How can I disable the loader? There are multiple ones behind the images as they load and it’s too distracting.

    Let me know if I should start a new thread for this.

    Thanks!

    Michele

    Plugin Author FARAZFRANK

    (@farazfrank)

    Hey Michele,

    I hope you and your family are well in this pandemic situation.

    Try this CSS code into the Custom CSS setting:

    
    .sp-image-container {
        border: white solid 5px;
        border-radius: 5px;
    }
    

    You can modify the Border CSS using this simple doc: read this.

    NOTE: We can only apply border on image container, otherwise, it will slip the slide out of the border, and the image will look like it’s cutting from the edge.

    Let me know if any problems.
    And you can rate my work and support me with your positive comments: here

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image borders’ is closed to new replies.