• Resolved antoine69

    (@antoine69)


    Hi,

    I’ve uploaded an image both for front and back covers. The result is that my 2 images don’t fill the card frame . Please see my print-screen below. The flip card image is the one with a red frame.
    I’d like the images to fill the whole frame. My image size is 400px/250px.

    View post on imgur.com

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Author learnhowwp

    (@themeythemes)

    Hi @antoine69,

    I apologize for the delay in responding to your question. I try my best to answer questions in the support forum when I can.

    There is no setting or option to make an image the full size of the flip cards.

    However you can achieve this by removing the padding on the Flip Card.

    Please add the following code in your Page Settings > Custom CSS.

    .flip_box_back, .flip_box_front {
        padding: 0px;
    }
Viewing 1 replies (of 1 total)

The topic ‘Background image size doesn’t spread the flip card’ is closed to new replies.