Posted November 8, 20177 yr Title says it all! I would like it if images and videos were not contained within the quote. I think the 3.X version had a way to strip these out. Edited November 8, 20177 yr by Skeptical
November 22, 20177 yr A quick solution:In your custom.css add: .ipsQuote_contents .ipsImage, .ipsQuote_contents .ipsEmbeddedVideo { display: none; } Or aligning images (and smaller) .ipsQuote_contents .ipsImage, .ipsQuote_contents p .ipsImage { float: left; width: 80px; height: 80px; margin: 0 5px 5px 0; } .ipsQuote_contents .ipsEmbeddedVideo { display: none; } Hope it helps
December 13, 20177 yr On 11/22/2017 at 11:24 AM, Heosforo said: A quick solution:In your custom.css add: .ipsQuote_contents .ipsImage, .ipsQuote_contents .ipsEmbeddedVideo { display: none; } Or aligning images (and smaller) .ipsQuote_contents .ipsImage, .ipsQuote_contents p .ipsImage { float: left; width: 80px; height: 80px; margin: 0 5px 5px 0; } .ipsQuote_contents .ipsEmbeddedVideo { display: none; } Hope it helps I've been looking for this for ages. Thank you! I ended up doing this, to maintain aspect ratio of the thumbnails: .ipsQuote_contents .ipsImage, .ipsQuote_contents p .ipsImage { float: left; max-height: 80px; margin: 0 5px 5px 0; }
Archived
This topic is now archived and is closed to further replies.