[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Rick Faircloth
Sounds good... good luck to you, too! Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > Alexandre > Plennevaux > Sent: Tuesday, January 15, 2008 11:41 AM > To: Jquery-en > Subject: [jQuery] Re: jqmodal autosize t

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
Are you returning a the "imgPreloader" variable back to the server to process your image server-side, or is everything being done on the fly client-side? nope, all done on the client side Well, after looking more closely at your code, I can see you're setting the img attributes based on the wi

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Rick Faircloth
mensions... good idea. I'll have an even closer look at your code. Thanks for sharing! Rick > -Original Message- > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of > Alexandre > Plennevaux > Sent: Tuesday, January 15, 2008 11:02 AM &g

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
-- Original Message -- To: Jquery-en (jquery-en@googlegroups.com) From: Rick Faircloth ([EMAIL PROTECTED]) Subject: [jQuery] Re: jqmodal autosize to fit contained image in window Date: 15/1/2008 16:51:16 Hi, Alexandre... I'm going to be working with having images siz

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Rick Faircloth
Behalf Of > Alexandre > Plennevaux > Sent: Tuesday, January 15, 2008 10:40 AM > To: jQuery (English) > Subject: [jQuery] Re: jqmodal autosize to fit contained image in window > > > ok i kind of managed, if anyone interested, i did it like this: > > $('

[jQuery] Re: jqmodal autosize to fit contained image in window

2008-01-15 Thread Alexandre Plennevaux
ok i kind of managed, if anyone interested, i did it like this: $('a.jqmodal').bind('click',function(){ imgPreloader = new Image(); //var mOffset = $('#modalWindow').show().offset(); //$.log("mWidth =" + mWidth); //$.log("mHeight =" + mHeight); im