MyBB Community Forums

Full Version: Latest Thread Syndication (RSS) - max img size
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, how can I set max img size for Latest Thread Syndication (RSS) views
img size =

<img src="path" width="xXx" heigth="xXx" />
(2013-09-04, 07:17 AM)dthiago Wrote: [ -> ]img size =

<img src="path" width="xXx" heigth="xXx" />

Where do I add the CSS code? In the global.css?
(2013-09-04, 01:37 PM)marcus123 Wrote: [ -> ]
(2013-09-04, 07:17 AM)dthiago Wrote: [ -> ]img size =

<img src="path" width="xXx" heigth="xXx" />

Where do I add the CSS code? In the global.css?

The above is a HTML code so it should be added into the templates however I'm unsure which template.
The Thread Syndication (RSS) page shows in XML check this one please: http://community.mybb.com/syndication.ph...7&limit=15 how to locate template that controls this page?
you can try like this -->
admin panel >> themes >> active theme >> Add Stylesheet (tab) -->
File Name --> syndication.css
Attached to --> select Specific files then click on Add another link
--> File <-- syndication.php & select Globally
then select Write my own content
type required css style code in the text area

img {max-width: 800px !important; height: auto !important;}
save the stylesheet and check your RSS syndication page

(image for guidance)
Thanks .M. you're the man