<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023000" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023000</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-size-adjust-image#comment-1141700</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;JeevesBond wrote:&lt;/strong&gt; I haven&#039;t looked...But do the scripts take account of resizing windows, maximising, different browsers DOM&#039;s?
   &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;  Yep. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; For active resizing, you&#039;ll want to call the function every x milliseconds to update your data. DOMs are a little trickier -- iirc, NS uses screen.availWidth whereas IE uses screen.width, so you&#039;d have to write for both.&lt;/p&gt;
&lt;p&gt; Although Suzanne is correct, I might add that resizing bitmaps per window area can work if it is used reasonably (not active resizing, only check onLoad). In this case, one could use GD or similar to resize the image for possibly improved quality. Still won&#039;t be terribly efficient, though. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 20:35:58 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1141700 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-size-adjust-image#comment-1141687</link>
    <description> &lt;p&gt;For reference, allowing the browser to adjust the image will universally result in poor results if the image is a bitmapped image. If it&#039;s a vector image (Flash, et cetera), then the technology that displays them will adjust the images correspondingly without you needing to do anything.&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 16:45:10 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1141687 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-size-adjust-image#comment-1141674</link>
    <description> &lt;p&gt;I haven&#039;t looked...But do the scripts take account of resizing windows, maximising, different browsers DOM&#039;s?&lt;/p&gt;
&lt;p&gt;...Just some considerations for you &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 11:15:40 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1141674 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-size-adjust-image#comment-1141670</link>
    <description> &lt;p&gt;just remember a lot of people disable javascript because of pop ups etc so don&#039;t rely on it&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 09:10:33 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1141670 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/screen-size-adjust-image#comment-1141667</link>
    <description> &lt;p&gt;Check these out:&lt;/p&gt;
&lt;p&gt;   from irt.org&lt;br /&gt;
  &lt;strong&gt;&lt;a href=&quot;http://tech.irt.org/articles/js035/index.htm#4&quot; class=&quot;bb-url&quot;&gt;http://tech.irt.org/articles/js035/index.htm#4&lt;/a&gt;&lt;/strong&gt;&lt;br /&gt;
   &lt;a href=&quot;http://developer.irt.org/script/285.htm&quot; class=&quot;bb-url&quot;&gt;http://developer.irt.org/script/285.htm&lt;/a&gt;&lt;br /&gt;
   &lt;a href=&quot;http://developer.irt.org/script/1166.htm&quot; class=&quot;bb-url&quot;&gt;http://developer.irt.org/script/1166.htm&lt;/a&gt;&lt;br /&gt;
   (&lt;a href=&quot;http://developer.irt.org/script/screen.htm&quot; class=&quot;bb-url&quot;&gt;related&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;   javascriptkit&lt;br /&gt;
    &lt;a href=&quot;http://javascriptkit.com/script/cut135.shtml&quot; class=&quot;bb-url&quot;&gt;http://javascriptkit.com/script/cut135.shtml&lt;/a&gt;&lt;br /&gt;
    &lt;a href=&quot;http://javascriptkit.com/script/cut12.shtml&quot; class=&quot;bb-url&quot;&gt;http://javascriptkit.com/script/cut12.shtml&lt;/a&gt;&lt;br /&gt;
   (&lt;a href=&quot;http://javascriptkit.com/script/cutindex8.shtml&quot; class=&quot;bb-url&quot;&gt;related&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;    You can spin a script together that adjusts your image height with something like &lt;em&gt;document.images[&#039;myimage&#039;].width = screen.width * (factor_of_screen_width)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;    &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 28 Nov 2003 08:41:26 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1141667 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
