Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Oleg Goltsev

    (@amothemo)

    Hello,

    As said on team member editing screen (before you upload/choose featured image) – “Please set a featured image, to be able to publish / update the team member. It’s recommended to upload / use the image, which size is at least 640×640 pixels.”

    So the plugin needs square images for its grid, and it creates 640×640 images from images you uploaded. But if the image you uploaded is smaller by width or height than 640×640 pixels, it won’t be able to do this, of course.

    But if your image is big enough, then this is some kind of CSS bug, and it’s not related to image size.

    Please give me live link to the page so I can check things.

    Thread Starter stefanz112

    (@stefanz112)

    Hey, thanks for your answer.
    Here’s the Link to our page.
    https://feuerwehr-deisslingen.de/Neue_Website/betreuerteam/

    The pictures are bigger than 640px

    Plugin Author Oleg Goltsev

    (@amothemo)

    Hi, the problem is that your theme overrides CSS for <figure> element, add this CSS to your site to fix the problem. (You can use WordPress customize / customizer to add custom CSS)

    .amoteam-tiles__item figure {
    width: auto !important;
    height: auto !important;
    }

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