• Hi, great plugin πŸ†

    Can you add this CSS to the next version?
    It will ensure profile images are not stretched,
    and that my client buys an add-on bundle ; )

    
    .post-type-wp-type-contacts .contactimage {
    	max-width: calc(100% - 20px);
    }
    
    #user-images {
    	width: 190px; /* Optionally the same width as the buttons below */
    	width: 150px;
    }
    
    .post-type-wp-type-contacts .contactimage img,
    #user-images img {
    	width: auto;
    	height: auto;
    	max-width: 100%;
    	max-height: 100%;
    }
    

    Thanks!

  • The topic ‘Please fix profile image proportions (CSS provided)’ is closed to new replies.