Ticket #68 (bug)

Opened 3 years ago

Last modified 2 years ago

Gmail: Big rss:image problem

Status: closed (fixed)

Reported by: miyagawa Assigned to: miyagawa
Priority: major Milestone:
Component: Plagger Version:
Keywords: Cc:

When the feed has a huge rss:image (or rdf:image/atom:logo), Gmail publish creates kind of unreadable image. Solutions might be:

  • Put the logo in the header of Gmail HTML, rather than having per entry.
    • This might break the readability of Gmail mail list index screen (Currently it shows the title of 1st entry, which is very useful.)
  • use image/height and image/width values in RSS 2.0 and dumbnail the image using custom height value
    • the values are all optional and unreliable. We can write a filter plugin to GET it and calculate the size with Image::Size though.

Change History

02/26/06 16:40:30: Modified by miyagawa

  • description changed.

03/06/06 18:55:05: Modified by miyagawa

  • status changed from new to closed.
  • resolution set to fixed.

(In [346]) * Add new plugin Filter::ImageInfo? to fetch width & height from feed images. Fixes #80

  • Plagger::TT plugins
  • Plagger::Util::dumbnail function to resize images using img attributes
  • Add $feed->image to $entry->icon when copied to SmartFeed?
  • Fixed Frepa regular expression since they updated HTML
  • Updated Gmail template to fix big logo issue. Fixes #68