<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: viewing HTML shrunken images</title>
	<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images/</link>
	<description>Comments on Ask MetaFilter post viewing HTML shrunken images</description>
	<pubDate>Fri, 21 Mar 2008 05:03:49 -0800</pubDate>
	<lastBuildDate>Fri, 21 Mar 2008 05:03:49 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: viewing HTML shrunken images</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images</link>	
		<description>On the blue, &lt;a href=&quot;http://www.metafilter.com/70057/Elfinflicted-marketing-plan-for-generating-elfesteem#2052077&quot;&gt;delmoi&lt;/a&gt; pointed out that the images of an online comic had been shrunk via HTML to fit the page.  Is there a greasemonkey script or something that would allow those images to be seen fullsize without having to think about it?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2008:site.86709</guid>
		<pubDate>Fri, 21 Mar 2008 04:26:54 -0800</pubDate>
		<dc:creator>Sparx</dc:creator>
		
			<category>images</category>
		
			<category>greasemonkey</category>
		
			<category>size</category>
		
	</item> <item>
		<title>By: unixrat</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279237</link>	
		<description>Right click - View Image</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279237</guid>
		<pubDate>Fri, 21 Mar 2008 05:03:49 -0800</pubDate>
		<dc:creator>unixrat</dc:creator>
	</item><item>
		<title>By: Sparx</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279239</link>	
		<description>Unixrat: While that undoubtedly does the job, it also removes the navigation, which would become tiresome after multiple pages.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279239</guid>
		<pubDate>Fri, 21 Mar 2008 05:07:13 -0800</pubDate>
		<dc:creator>Sparx</dc:creator>
	</item><item>
		<title>By: FreezBoy</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279257</link>	
		<description>You could set your own style sheet for the site (there are a number of plugins that let you do that) and use this css:&lt;br&gt;
img {height:100%;}</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279257</guid>
		<pubDate>Fri, 21 Mar 2008 05:42:17 -0800</pubDate>
		<dc:creator>FreezBoy</dc:creator>
	</item><item>
		<title>By: burnmp3s</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279260</link>	
		<description>I use the &lt;a href=&quot;http://imagezoom.yellowgorilla.net/&quot;&gt;ImageZoom&lt;/a&gt; add-on in FireFox to fix these types of problems.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279260</guid>
		<pubDate>Fri, 21 Mar 2008 05:48:31 -0800</pubDate>
		<dc:creator>burnmp3s</dc:creator>
	</item><item>
		<title>By: mumkin</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279298</link>	
		<description>&lt;a href=&quot;http://www.piclens.com/&quot;&gt;Pic Lens&lt;/a&gt; is a &lt;a href=&quot;http://projects.metafilter.com/1327/PicLens-161&quot;&gt;project&lt;/a&gt; that mefi&apos;s own &lt;a href=&quot;http://www.metafilter.com/user/19394&quot;&gt;jeffamaphone&lt;/a&gt; is working on. If there&apos;s  a media RSS feed, it should work, and sexily.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279298</guid>
		<pubDate>Fri, 21 Mar 2008 06:52:37 -0800</pubDate>
		<dc:creator>mumkin</dc:creator>
	</item><item>
		<title>By: zsazsa</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279303</link>	
		<description>In response to another AskMe question a while ago, I wrote &lt;a href=&quot;http://www.polpo.org/imagenosize.html&quot;&gt;a bookmarklet&lt;/a&gt; that does just what you&apos;re asking for.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279303</guid>
		<pubDate>Fri, 21 Mar 2008 06:56:10 -0800</pubDate>
		<dc:creator>zsazsa</dc:creator>
	</item><item>
		<title>By: Leon</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279313</link>	
		<description>I cut&apos;n&apos;pasted a load of lines into a .html page, like this:&lt;br&gt;
&lt;br&gt;
&amp;lt;img src=&quot;http://www.elfquest.com/gallery/OnlineComics/OQ/OQ01/oq01-3.jpg&quot;/&amp;gt;&lt;br&gt;
&amp;lt;img src=&quot;http://www.elfquest.com/gallery/OnlineComics/OQ/OQ01/oq01-4.jpg&quot;/&amp;gt;&lt;br&gt;
&amp;lt;img src=&quot;http://www.elfquest.com/gallery/OnlineComics/OQ/OQ01/oq01-5.jpg&quot;/&amp;gt;&lt;br&gt;
&lt;br&gt;
and dropped the html page into my browser. Ungainly, but you get one long page you can easily scroll down to read.&lt;br&gt;
&lt;br&gt;
I also gave up after the second comic. That stuff was &lt;em&gt;bad&lt;/em&gt;.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279313</guid>
		<pubDate>Fri, 21 Mar 2008 07:08:01 -0800</pubDate>
		<dc:creator>Leon</dc:creator>
	</item><item>
		<title>By: kryptondog</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279334</link>	
		<description>I was having the same trouble with the Elfquest site.  I turned off the page&apos;s CSS (View &amp;gt; Page Style &amp;gt; No Style) and the images showed up full-size.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279334</guid>
		<pubDate>Fri, 21 Mar 2008 07:36:08 -0800</pubDate>
		<dc:creator>kryptondog</dc:creator>
	</item><item>
		<title>By: kryptondog</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279335</link>	
		<description>(In Firefox, btw)</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279335</guid>
		<pubDate>Fri, 21 Mar 2008 07:36:31 -0800</pubDate>
		<dc:creator>kryptondog</dc:creator>
	</item><item>
		<title>By: odinsdream</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1279340</link>	
		<description>&lt;em&gt;You could set your own style sheet for the site (there are a number of plugins that let you do that) and use this css:&lt;br&gt;
img {height:100%;}&lt;/em&gt;&lt;br&gt;
&lt;br&gt;
Wouldn&apos;t that set the image height to the containing block, rather than to the full size of the image file?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1279340</guid>
		<pubDate>Fri, 21 Mar 2008 07:42:45 -0800</pubDate>
		<dc:creator>odinsdream</dc:creator>
	</item><item>
		<title>By: Sparx</title>
		<link>http://ask.metafilter.com/86709/viewing-HTML-shrunken-images#1280126</link>	
		<description>Thanks for all the help, hive mind.  Kryptondog did exactly what I needed, but zsazsa has made it into my favourites for being generally super useful.&lt;br&gt;
&lt;br&gt;
Shade and sweet water to you all...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.86709-1280126</guid>
		<pubDate>Sat, 22 Mar 2008 01:38:24 -0800</pubDate>
		<dc:creator>Sparx</dc:creator>
	</item>
	</channel>
</rss>
