Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter harperandhenry

    (@harperandhenry)

    Just posting again to get some resolution for this issue. I have tried making the images larger than 303×210 but scaled appropriately (i.e. 2500×1732) so that when the program automatically crops them it still ends up in the right ratios, hoping this would solve the problem and the images are still smaller than the wrap.

    Again, my settings for the plugin are 303×210 for featured images. I have gone through all of the CSS for the plugins to make sure something wasn’t overridden. Anyone have a similar issue or know the fix for this?

    Thread Starter harperandhenry

    (@harperandhenry)

    and the fix on an inspect element is that featured image sizes need to be 367×210, perhaps that is just for my theme.

    Plugin Author OTWthemes

    (@otwthemes)

    It is possible that the theme styles are messing with the plugin styles. I will run some tests with other themes and update the documentation if needed. Thanks for the feedback. 🙂

    You can solve this by simply adding the following to your style.css. The default image size is very close to being correct so simply stretching your image slightly will often still look fine and require no other work.

    .otw-portfolio-item-link img {
    width:100%;
    }

    I resized my images to 398×680 px per the featured image settings and when I upload the featured images they show up blurred images and the program automatically crops them container.
    Please advise?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Featured Images Incorrect Size’ is closed to new replies.