• Resolved symington

    (@symington)


    I’m using WooCommerce with Super Socializer social login.
    This sets the user’s profile pic as their social media profile pic.

    Unfortunately under the woocommerce my-account page the image is stretched.
    See the Screenshot.

    Wordpress displays the image without problems.

    Any advice is welcome. Thanks in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Stef

    (@serafinnyc)

    Chances are you don’t have a height and weight and the border-radius is not 50% or 100%.

    Change your CSS to reflect that.

    Thread Starter symington

    (@symington)

    Thank you.
    The following css fixed the problem for me:

    /* Styles user avatar imported from social media */
    .woocommerce-MyAccount-tabs .oceanwp-user-profile .image {
        width: 100%;
        height: 100%;
    }
    Stef

    (@serafinnyc)

    Awesome. Great job!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User profile photo is stretched’ is closed to new replies.