We're merging with GenerateBlocks! Learn more here.

[Resolved] How to adapt image to tablet

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support How to adapt image to tablet

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #27741
    elvin
    Moderator

    I thought that to apply this to the other lists, I just needed to remove the #wpsp-5189 from the CSS you provided.

    After removing #wpsp-5189 look for this CSS:

    @media (min-width: 1025px)
    .wp-show-posts-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

    Change object-fit: cover; to object-fit: cover !important; and see if it works.

    #27754
    Ricardo
    Participant

    Thank you very much for your help.

    It worked.

    Best regards,
    Ricardo

    #27757
    elvin
    Moderator

    No problem. 🙂

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.