[Listen]
published 1 hour ago
Category: Layouts
View Blog View Profile
son WHY IS MY PFP STRETCCHEDDD </33
Displaying 4 of 4 comments ( View all | Add Comment )
eternalikon
29 minutes ago (edited) Report 👍
i have not been able to test this on my computer, but on my phone it seems to work.
.profile .left img:not(.contacting img):not(.contact img),
.profile-info .avatar img,
img[src*="uploads/gallery"]:not([src*="icon"]),
img[src*="avatar"]:not(.contacting img) {
height: 100px !important;
width: auto !important;
max-width: none !important;
min-width: 0 !important;
aspect-ratio: auto !important;
object-fit: contain !important;
}
.profile .left .avatar,
.profile-info .avatar {
display: inline-block !important;
.contacting img,
.contact img,
td.contacting table img,
table[id*="contact"] img {
height: auto !important;
max-width: 100% !important;
52 minutes ago (edited) Report 👍
maybe its to make it more uniform across the site, maybe ill see if i can find a way to change it on the profile alone.
Razzmatazz
57 minutes ago (edited) Report 👍
It doesn't look stretched to.me? I understand tho coding is a bitch I leave it to the experts lol
blehghgh im glad it looks ight 2 other people then. ty ^^ <3
by Xo_Muñeca_xO; 51 minutes ago (edited); Report 👍 1
Comments
Displaying 4 of 4 comments ( View all | Add Comment )
eternalikon
i have not been able to test this on my computer, but on my phone it seems to work.
.profile .left img:not(.contacting img):not(.contact img),
.profile-info .avatar img,
img[src*="uploads/gallery"]:not([src*="icon"]),
img[src*="avatar"]:not(.contacting img) {
height: 100px !important;
width: auto !important;
max-width: none !important;
min-width: 0 !important;
aspect-ratio: auto !important;
object-fit: contain !important;
}
.profile .left .avatar,
.profile-info .avatar {
height: 100px !important;
width: auto !important;
display: inline-block !important;
}
.contacting img,
.contact img,
td.contacting table img,
table[id*="contact"] img {
width: auto !important;
height: auto !important;
max-width: 100% !important;
aspect-ratio: auto !important;
}
eternalikon
maybe its to make it more uniform across the site, maybe ill see if i can find a way to change it on the profile alone.
Razzmatazz
It doesn't look stretched to.me? I understand tho coding is a bitch I leave it to the experts lol
blehghgh im glad it looks ight 2 other people then. ty ^^ <3
by Xo_Muñeca_xO; ; Report