[Catalyst] (Beginner) Plugins

J. Shirley jshirley at gmail.com
Tue Oct 24 21:03:48 BST 2006


Be weary about that -- Safari doesn't like image scaling without both
width and height attributes set.  It'll set the width to 100%, but the
height will remain the default image height.

On 10/24/06, Bill Moseley <moseley at hank.org> wrote:
> On Tue, Oct 24, 2006 at 12:34:05PM -0400, Alejandro Imass wrote:
> > Yes, sorry, I was lazy in my answer. I meant that this whole thing seemed
> > too much trouble. It seems that by setting the proportion fixed (fixing the
> > w/h ratio) I can generate the image only once on the server and the resize
> > with CSS and JS.
>
> Shouldn't this do the trick?
>
>     width: 100%;
>
>
> --
> Bill Moseley
> moseley at hank.org
>
>
> _______________________________________________
> List: Catalyst at lists.rawmode.org
> Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
> Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
> Dev site: http://dev.catalyst.perl.org/
>



More information about the Catalyst mailing list