You can use category tag whitelist for #1 and #3. It is configured on a category basis and users can only use those tags.
Solved Suggestion: small images in quotes
-
I have a suggestion.
If you quote a comment with a picture in it you have the picture 2 times as big as it is. Is it a good idea to make pictures in quotes small?
Something like this.
-
-
-
You could do this fairly simple with CSS
-
@pitaj said in Suggestion: small images in quotes:
ou could do this fairly simple with CSS
Can you please help me with that? How do i start? must I use
<small>
or something? -
It's something like
blockquote img { max-width: 100px; max-height: 100px; }
-
@pitaj said in Suggestion: small images in quotes:
It's something like
blockquote img { max-width: 100px; max-height: 100px; }
Thanks
it works