Allows viewing image attachments in quotes and other areas.
The default XenForo software only shows a link when attachments are quoted, this add-on allows quoted attachments to be seen as images. This add-on also allows RSS feeds to show attachments as thumbnails.
Setup:
Add to the extra.less template:
The default XenForo software only shows a link when attachments are quoted, this add-on allows quoted attachments to be seen as images. This add-on also allows RSS feeds to show attachments as thumbnails.
Setup:
Add to the extra.less template:
CSS:
.bbCodeBlock.bbCodeBlock--quote img {
max-width: 150px;
}