PDA

View Full Version : Changing RSS image sizes


rtsnoz
02-12-2007, 06:33 AM
G'day,

This may have already been covered somewhere, however I found it very difficult to search for as the search function wont let you use RSS...

Anyway, Just wondering if it is possible to increase the sizes of images in the RSS feed?

Cheers
Rohan

austriaka
02-12-2007, 06:40 AM
usually the thumbs are taken for rss. You could of course increase the thumb size for increasing the rss images size.
If you want to take the original image for rss, look for this line
$image = $cfgrow['siteurl']."thumbnails/thumb_$image";
in rss part of main index.php.
change it to
$image = $cfgrow['siteurl']."images/$image";

HTH
KArin

Dkozikowski
02-12-2007, 07:16 AM
This has been covered before and Karin's reply is spot on but i'd just like to give you a "heads up" and add that this will be a configurable option in v1.6 when released. I can't find the thread right now but Schonhose has pointed this out before.