Add this to EXTRA.css for images:
Code:
.bbCodeBlock img {
display: none;
}
I can't seem to get it to work for videos - I tried various things.
I just use this anyway to keep quoted content short:
Code:
.bbCodeQuote {
max-height: 106px;
overflow: auto;
}