Youzify (formerly Youzer)

Profile Image Issue on Edge Browser

When users register with social (Facebook, Google), size images are imported erroneously creating a visual problem. But it's only happen on Microsoft Edge browser.

The solution is with using this CSS code

@supports (-ms-ime-align: auto) {
  .yz-profile-photo-effect .yz-profile-img img {
        position:absolute;
  }
}

Put it on Youzer Panel >> General Settings >. Custom Styling Settings >> Profile Styling and Account Styling boxes