combatgamez Active member Sep 18, 2021 #1 I have searched in here and cant seem to find it, how do I change the size of the image in a notice as it comes out way to small for what I need? Thanks in advance. Attachments notice image size and location.webp 4.2 KB · Views: 7
I have searched in here and cant seem to find it, how do I change the size of the image in a notice as it comes out way to small for what I need? Thanks in advance.
P Paul B XenForo moderator Staff member Sep 19, 2021 #3 Impossible to know from a screenshot. However, use a larger image or add width/height to the img src html. Upvote 0 Downvote
Impossible to know from a screenshot. However, use a larger image or add width/height to the img src html.
O Old Nick Well-known member Sep 19, 2021 #4 Hello, in your extra.less template : Less: .notice-image img { min-width: 200px; min-height: 200px; } Change 200px at your convenience Upvote 2 Downvote
Hello, in your extra.less template : Less: .notice-image img { min-width: 200px; min-height: 200px; } Change 200px at your convenience
combatgamez Active member Sep 20, 2021 #5 nicodak said: Hello, in your extra.less template : Less: .notice-image img { min-width: 200px; min-height: 200px; } Change 200px at your convenience Click to expand... Thanks mate legend! Upvote 0 Downvote
nicodak said: Hello, in your extra.less template : Less: .notice-image img { min-width: 200px; min-height: 200px; } Change 200px at your convenience Click to expand... Thanks mate legend!