Re: scale
Subject : Re: scale
From: Roger Howard <email@hidden >
Date: Tue, 22 Mar 2005 16:04:08 -0800
Delivered-to: email@hidden
Delivered-to: email@hidden
On Mar 22, 2005, at 12:17 PM, Normand Flageol wrote:
I'm using the code...
<embed src="../SimpleFull/../images/DSC_0002.jpg" HEIGHT="90%"
WIDTH="90%" type="video/quicktime" controller="false" cache="false"
scale="tofit" pluginspage="http://www.apple.com/quicktime/download/" ;
bgcolor="#000000">
</embed>
...in a photo album but it re-scales the picture without regards to
the proportion and the image is distorted. So how can I have an image
fill the screen to the maximum possible and keep proportion
unaffected.
ex: http://www.jiyano.com/yvan/index.html
-----> watch out the pics are verry big <--------
Why on earth are you using <embed> and the QT plugin for simple JPEGs?
Simply use the <img> tag with only the width set; it will scale the
height proportionally. For instance:
<img src="../SimpleFull/../images/DSC_0002.jpg" width="100%">
_______________________________________________
Do not post admin requests to the list. They will be ignored.
QuickTime-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quicktime-users/email@hidden
This email sent to email@hidden
References:
>scale (From: Normand Flageol <email@hidden>)
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.