diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-05 12:00:50 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-05 12:00:50 -0800 |
commit | 03ea1ee701986d76738778f475d3ec1b01755e65 (patch) | |
tree | c86398ac26458e2a2c5db154ebb837cc7e7b98fb | |
parent | 5c107be9033ae48f781c8430702458f613e791ee (diff) |
Change the default image to be the full size so that the slideshow shows the big one.
-rw-r--r-- | modules/rss/views/feed.mrss.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/rss/views/feed.mrss.php b/modules/rss/views/feed.mrss.php index 5fce8699..a61ee96c 100644 --- a/modules/rss/views/feed.mrss.php +++ b/modules/rss/views/feed.mrss.php @@ -56,7 +56,6 @@ type="<?= $child->mime_type ?>" height="<?= $child->resize_height ?>" width="<?= $child->resize_width ?>" - isDefault="true" /> <? if (access::can("view_full", $child)): ?> <media:content url="<?= $child->file_url(true) ?>" @@ -64,6 +63,7 @@ type="<?= $child->mime_type ?>" height="<?= $child->height ?>" width="<?= $child->width ?>" + isDefault="true" /> <? endif ?> <? else: ?> |