DarkGizmo Well-known member Sep 8, 2020 #1 Is it possible to limit the image size for an image within a signature? I don't want image sizes in posts limited, just within user signatures. Is this possible to achieve? Eg: Signature image size allowed 500x300 for example?
Is it possible to limit the image size for an image within a signature? I don't want image sizes in posts limited, just within user signatures. Is this possible to achieve? Eg: Signature image size allowed 500x300 for example?
P Paul B XenForo moderator Staff member Sep 8, 2020 #2 Add to the extra.less template. CSS: .message-signature img { max-width: 500px; max-height: 300px; } Upvote 0 Downvote
DarkGizmo Well-known member Sep 8, 2020 #3 This will automatically resize images that are too large @Brogan ? Upvote 0 Downvote
Brandon K Active member Sep 30, 2020 #5 Brogan said: Add to the extra.less template. CSS: .message-signature img { max-width: 500px; max-height: 300px; } Click to expand... Any way to make this target specific user groups? Upvote 0 Downvote
Brogan said: Add to the extra.less template. CSS: .message-signature img { max-width: 500px; max-height: 300px; } Click to expand... Any way to make this target specific user groups?
B brian22 Member Mar 19, 2024 #6 Brandon K said: Any way to make this target specific user groups? Click to expand... Bump... please? Upvote 0 Downvote