Hello! I need to post many images in post (for example 100px width) and on click enlarge to full size (for example in popup frame). I'm try nodebb-plugin-image-sizer (but it not comptiable with latest version of NodeBB).
How plugin I can use for change image size in post?
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