• * Plugin Name: Jetpack Portfolio
    * Plugin URI:
    * Author: Automattic
    * Version: 0.1

    https://pyrogirlaspen.com (Portfolio Page)
    [portfolio display_types=false display_tags=false display_content=false columns=3]

    The thumbnails generated from each featured image are not consistent. I want thumbnails that are square, with no image distortion (cropped as needed). Regenerating thumbnails doesn’t seem to help. Do I achieve this with CSS, a function, or something else?

    CSS….
    .portfolio-featured-image img {
    border: 0;
    height: 200px !important;
    width: 200px !important;
    /* max-width: 100%; */
    vertical-align: middle;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .6) !important;
    }

Viewing 1 replies (of 1 total)
  • Thread Starter gordo019

    (@gordo019)

    I just want to confirm that the thumbnails generated for the portfolio page are not of equal height.

    https://freshvoodoo.com/blog/my-portfolio/

    I have tested this with 2014 and 2012 themes now. The only way to have consistent thumbnails is by uploading images with the same dimensions. I think most users would want consistent square thumbnails that line up and show an undistorted image using cropping if necessary.

Viewing 1 replies (of 1 total)
  • The topic ‘Portfolio Plugin’ is closed to new replies.