Before you ask please READ THIS

Image background on iPad

edited October 2012 in Spaceship Posts: 22
I'm struggling to get an image background to fill the entire page when viewed on an Ipad ...

Page looks great on a PC with the image background filling up the entire background - when viewed on iPad - black bars are visible ...

Any thoughts ?

Comments

  • AirAir
    Posts: 10,970
    Only this http://apollo13.eu/docs/spaceship/#!/album_appearance
    I told you, targeting one device will turn bad at some point. Although above link should help.

    With regards.
  • Can you advise what default fit method is used when assigning a page background ( versus the fit method for an album where you have the option choices - Fit always / Landscape etc )
  • AirAir
    Posts: 10,970
    ooo I thought you mean background album - my bad. If you use uncompressed version then to switch how you wish to stretch background you will have to go to spaceship/js/script.js almost to bottom of file and in

    if($G.album_images.length === 1){
    params['fit_always'] = 0;
    params['fit_portrait'] = 0;
    params['fit_landscape'] = 1;
    }
    You have to enter 1 in option you wish to use, and set other to 0.

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!