perfidus wrote:
>
> I just wonder where exactly in the cycle.plugin code should I place the
> conditional:
> if($(window).heigth() > $(img).heigth())
> {
> //RESIZE THE PIC PROPORTIONALLY ETC...
> }
>
To resize resize images which are being displayed with jquery cycle to full
browser width:
/
I'm using cycle to load images which work under the following css:
.bg {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 5000;
-ms-interpolation-mode: bicubic;
}
That make them look full browser in almost everycase.
Pictures must have a
2 matches
Mail list logo