Topic Resolution: Resolved
  • Closed
  • September 11, 2014 at 4:00 pm #12853

    Hi Roman,

    Please advise me, what dimensions of my photos should I use to have all slides align and in the same size in the bootstrap slider, just like the default ones?

    I tried some of my photos but or where too small or too big to align with the default ones and to fit in display without gaps.

    I tried also to crop them but it didn’t work.

    In other words I would like to work with bootstrap slider and all images be aligned and with the same size

    Thanks in advance

     

    George

    Alok Maheshwari
    Spectator
    Posts: 303
    September 11, 2014 at 9:38 pm #12858

    1200 x 450 should be good enough.

    Denis Pelletier
    Spectator
    Posts: 1
    January 15, 2015 at 9:18 pm #14354

    Thanks for the info on the recommended size.
    My images are 1300 wide (I will now change them)
    Is it possible that this could be what could be causing the “align left” problem on my images?

    http://bridgelandgallery.com/

    The align left problem seems to have increased after I inserted this CSS code;

    /* this removes both black slider bars */
    #bootstrap-slider .carousel-caption {background:none;}
    #bootstrap-slider .carousel-caption h2 {background:none;}

    Alok Maheshwari
    Spectator
    Posts: 303
    January 16, 2015 at 8:26 am #14372

    The following css should take care of the alignment issue.

    #bootstrap-slider img {margin:0px auto;}