jparallax icon indicating copy to clipboard operation
jparallax copied to clipboard

Problem of first loading

Open mormugao opened this issue 11 years ago • 1 comments

Hi,

I experience a problem with jparallax and the first loading before the mouse hover ths div. I mean that all my parallax DIV start on the top left corner and as soon as i hover the DIV all come in the center.

What i need is when i load the page directly have the img that are include in the DIV in the center.

More clear with exemple : http://www.modlao.com/chris/v5/test3.html

??

mormugao avatar May 23 '13 10:05 mormugao

.parallax-layer {
    position: absolute;
    left: 30px;
    top: 30px;
}

adjust top and left position.

dragoeco avatar Feb 02 '14 12:02 dragoeco