SEOmers Active member Mar 23, 2014 #1 How can I limit image size in 1.2? I want a limit of 2 links and 1 image thats no bigger than 768x90?
How can I limit image size in 1.2? I want a limit of 2 links and 1 image thats no bigger than 768x90?
P Paul B XenForo moderator Staff member Mar 23, 2014 #2 The FAQ in my signature explains how to limit image sizes. Upvote 0 Downvote
SEOmers Active member Mar 23, 2014 #3 Sorted .signature.messageText img { max-width: 200px !important;. } Upvote 0 Downvote
Mike XenForo developer Staff member Mar 23, 2014 #5 You would need to remove the "Allow alignment changes" signature permission. Upvote 0 Downvote
CaptainMorgan Active member Mar 24, 2014 #6 Is it possible to limit the dimensions based on usergroups (upgrades) ? So, upgrade 1 allows 500 x 100, upgrade 2 allows 600 x 150, upgrade 3 allows 650 x 200, etc. Is this possible? Upvote 0 Downvote
Is it possible to limit the dimensions based on usergroups (upgrades) ? So, upgrade 1 allows 500 x 100, upgrade 2 allows 600 x 150, upgrade 3 allows 650 x 200, etc. Is this possible?
Mike XenForo developer Staff member Mar 24, 2014 #7 It would need custom modification to the output to expose a class based on which groups they were in and then to apply CSS based on those. Upvote 0 Downvote
It would need custom modification to the output to expose a class based on which groups they were in and then to apply CSS based on those.