• Resolved hellroselee

    (@hellroselee)


    I’m trying to make my carousel parallax using css. Is this possible with this plugin? Please find my CSS below from my original HTML site.

    ‘.carousel {
    height:50em;
    overflow:hidden;
    width:cover;
    z-index:-100;

    }

    .carousel-inner{
    width:100%;
    left:50%;
    height:72em;
    -webkit-transform: translate(-50%, -10%);
    -ms-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    position:absolute;
    z-index:-100;

    }’

    https://www.ads-software.com/plugins/cpt-bootstrap-carousel/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Phil Ewels

    (@tallphil)

    Hi hellroselee,

    If your CSS works with a manually coded bootstrap carousel, I don’t see any reason why it shouldn’t work with the plugin.. The class names should be the same.

    Do you have an example of the parallax carousel working? Sounds cool!

    Cheers,

    Phil

    Thread Starter hellroselee

    (@hellroselee)

    Hi,

    Thanks, I will have to look into it.

    Yes but only for HTML site not WordPress!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding z-index’ is closed to new replies.