S Slind Active member Aug 1, 2013 #1 Hey, i would like to set the Image Thumbnail Size. I found the setting for attachements but where can i do this for img urls ?
Hey, i would like to set the Image Thumbnail Size. I found the setting for attachements but where can i do this for img urls ?
P Paul B XenForo moderator Staff member Aug 1, 2013 #2 If you mean for embedded images, see the FAQ here: http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037 Upvote 0 Downvote
If you mean for embedded images, see the FAQ here: http://xenforo.com/community/threads/frequently-asked-questions.5183/#post-181037
S Slind Active member Aug 1, 2013 #3 mhh, there is no extra.css and if i create one it inst imported to the css .bbCodeImage { max-width: 50%; } Upvote 0 Downvote
mhh, there is no extra.css and if i create one it inst imported to the css .bbCodeImage { max-width: 50%; }
S Slind Active member Aug 1, 2013 #4 sry its working but it gets overwritten: max-width: 100%; .messageText img, .messageText iframe, .messageText object, .messageText embed - 100% Upvote 0 Downvote
sry its working but it gets overwritten: max-width: 100%; .messageText img, .messageText iframe, .messageText object, .messageText embed - 100%
P Paul B XenForo moderator Staff member Aug 1, 2013 #5 EXTRA.css is a default template. Upvote 0 Downvote
P Paul B XenForo moderator Staff member Aug 1, 2013 #7 Try this - the CSS has changed for 1.2 so I will update the FAQ. Code: .message .messageContent .messageText img { max-width: 50%; } Last edited: Aug 1, 2013 Upvote 0 Downvote
Try this - the CSS has changed for 1.2 so I will update the FAQ. Code: .message .messageContent .messageText img { max-width: 50%; }