Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>From what I understand, reading the instructions on the page, you need to change your css to: <code><pre> .container { /* For unsupported browsers <em>/ background: url('../images/backgrounds/fifteen.jpg') no-repeat 13440px 0; /</em> For CSS3 Supported Browsers */ background: url('../images/backgrounds/one.jpg') no-repeat top 0, url('../images/backgrounds/two.jpg') no-repeat 960px 0, url('../images/backgrounds/three.jpg') no-repeat 1920px 0, url('../images/backgrounds/four.jpg') no-repeat 2880px 0, url('../images/backgrounds/five.jpg') no-repeat 3840px 0, url('../images/backgrounds/six.jpg') no-repeat 4800px 0, url('../images/backgrounds/seven.jpg') no-repeat 5760px 0, url('../images/backgrounds/eight.jpg') no-repeat 6720px 0, url('../images/backgrounds/nine.jpg') no-repeat 7680px 0, url('../images/backgrounds/ten.jpg') no-repeat 8640px 0, url('../images/backgrounds/eleven.jpg') no-repeat 9600px 0, url('../images/backgrounds/twelve.jpg') no-repeat 10560px 0, url('../images/backgrounds/thirteen.jpg') no-repeat 11520px 0, url('../images/backgrounds/fourteen.jpg') no-repeat 12480px 0, url('../images/backgrounds/fifteen.jpg') no-repeat 13440px 0; width: 14400px; height: 1020px; } </pre></code></p> <p>Note that I moved the width and height to the bottom, some people said in the comments of that library that the background needs to be first in the style tag. Also, as per the instructions, you need to have a separate background line calling the last background image for unsupported browsers.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload