If I add the CSS file provided by the package - it seems like the styles for img are missing/misconfigured resulting in profile image not displaying correctly
The profile image display starts working correctly if I copy the following style from the docs page:
img, video {
max-width: 100%;
height: auto;
}
If I add the CSS file provided by the package - it seems like the styles for img are missing/misconfigured resulting in profile image not displaying correctly
The profile image display starts working correctly if I copy the following style from the docs page: