Hello,
I am using Profile Press and I’ve Disabled Gravator and use only local avatars. I have your One User Avatar plugin installed.
I want to use a profile image with the dimensions 650px by 200px (original size). I upload the Profile picture of the user and it has the orginal image and thumbnail (croped version of the original).
I want to insert the original imaage into a page and I want to resize the width from 650px to 500px so I use this shortcode: [avatar user=”original” size=”500″ align=”center”]
The orginal image does not appear, only the thumbnail. The Avatar has been cropped to a square.
This is the code which is generated:
<img alt="" src=".../wp-content/uploads/2021/10/member-login-500x500.jpg" srcset=".../wp-content/uploads/2021/10/member-login-1000x1000.jpg 2x" class="avatar avatar-500wp-user-avatar wp-user-avatar-500 photo" height="500" width="500" loading="lazy">
Can you help me with this? Is there a shortcode I can use to insert the original image with a width adjustment and not the thumbnail? Thanks.
Jeff