Portfolio Masonry Blog Style

The images are cutoff. I want the feature image for each portfolio to show without being cut off. I played around with the feature image sizes, and even after force regenerating thumbnails, I am not able to get it to appear correctly. What are the correct steps?

Comments

  • Hi,
    To change the size of the images on portfolio/blog/shop please navigate to theme options>blog,portfolio&shop>featured image
    There set the desired image size. If you do not want it to crop the images select the resize only option. Look at this screenshoot: http://prntscr.com/f1cvis
    Remember to read the notice at the bottom of the page regarding thumbnail regeneration.
    thanks



  • I have tried the resize only option and regenerated the thumbnails but does not work
  • I tried another way: I had all the images exported to the same dimensions (300px x 100px), but some of the thumbnails are different sizes
  • please try this css 
    .portfolio-item .image_frame:not(.no_link) .image_wrapper img:not(.ls-l) {
    margin-bottom: 0px !important;

    }
    The images were resized correctly, the css from this item was just hiding some of it.
  • works perfectly, thanks.
Sign In or Register to comment.