It's not actually scaling, it's being cropped. You can achieve a
similar effect with this simple CSS:

el { background: url(x.jpg) no-repeat center center; }

The way they position the image and set min-width/height allows them
to keep the top-leftish corner in view at all times.

- ricardo

On Dec 9, 7:27 am, BigFisch <[EMAIL PROTECTED]> wrote:
> Take a look athttp://ringvemedia.com/shanghai
>
> Do you see how if you resize the browser window, the background image
> automatically scales? How would I do this with jquery?

Reply via email to