Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
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.
@tuấn-nguyễn-xuân said in Suggestion: small images in quotes:
???
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?
<small>
It's something like
blockquote img { max-width: 100px; max-height: 100px; }
It's something like blockquote img { max-width: 100px; max-height: 100px; }
Thanks it works