Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Skeptical Posted November 8, 2017 Posted November 8, 2017 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.
Skeptical Posted November 22, 2017 Author Posted November 22, 2017 Just a bump in case someone with an answer didn't see this.
Tomink Posted November 22, 2017 Posted November 22, 2017 Bump or at least have plugin that makes thumbnails in quote...
Heosforo Posted November 22, 2017 Posted November 22, 2017 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
ModSquadHockey Posted December 13, 2017 Posted December 13, 2017 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.