Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS using galleria full page background image fade…

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #44663
    drotar
    Participant

    just wondering if anybody has used this plug in and can suggest the best way to disable it on a responsive website for the phone meta tags.

    the site i am using it on is http://www.johnbehring.tv

    on the html5 index page, the first div tag after

    img src=”images/photo1.jpg”
    img src=”images/photo2.jpg”
    img src=”images/photo3.jpg”

    then on the phone (portrait and landscape) css i tried using

    galleria {
    /*PUTS GALLERIA ON THE BOTTOM LAYER*/
    position: fixed;
    z-index: 0;
    display: none;
    }

    and on the tablet and desktop meta css i then countered with:

    galleria { /*PUTS GALLERIA ON THE BOTTOM LAYER*/
    position: fixed;
    z-index: 0;
    display: block;
    }

    you will see the bugs i get if you resize the site from phone size to desktop size

    any insight to solving this problem would be greatly appreciated.

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.