Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Something like this seems to do the trick on my end:

    #gallery-9415-1-slideshow,
    #gallery-9415-1-slideshow, .slideshow-slide img {
    	height: 490px !important;
    }
    
    .jetpack-slideshow .slideshow-slide img {
    	max-height:510px !important;
    }

    is there a way to get rid of the white padding below the slideshow gallery?

    Looking at your site, it seems like you already managed to take care of that.

    Let me know if you have any other questions!

    Thread Starter Amilus

    (@amilusc)

    Hi it does re-size the height but now the problem is that,
    not all the slideshow on my blog has the same height.

    Now my old post which uses sildeshow gallery does not display correctly:
    https://a-unefille.com/2015/01/16/summer-in-budapest/

    The height of the slideshow is too big that it overlays the text below!

    Is there a way to make the height and the width 100% which could work well on different size of window?
    Same with the tiled gallery, could I make the width by percentage proportion, too?

    My other concern is,
    the slideshow css style sheet does not seem to effect on my mobile site.
    The black border exists and the height is too much on my mobile site.

    I’m using WP touch plug-in for my mobile site, should I ask the support from WP touch or could this be fixed by editing my css stylesheet?

    Many thanks!

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    Hi it does re-size the height but now the problem is that,
    not all the slideshow on my blog has the same height.

    Is there a way to make the height and the width 100% which could work well on different size of window?
    Same with the tiled gallery, could I make the width by percentage proportion, too?

    That’s indeed how Jetpack slideshows and Tiled Galleries are built: the default styles make sure it’s responsive and handles all image sizes.

    If you want to customize the default styles and give it different heights on different pages, you can target each slideshow separately in the CSS; instead of using #gallery-9415-1-slideshow, you’d use another ID on another page.

    the slideshow css style sheet does not seem to effect on my mobile site.
    The black border exists and the height is too much on my mobile site.

    I’m using WP touch plug-in for my mobile site, should I ask the support from WP touch or could this be fixed by editing my css stylesheet?

    You’ll have to see with the WP touch plugin authors to find out what’s the best way to add CSS to their mobile theme. If you own WP Touch Pro, you can check their support document to find out how to do so:
    https://www.wptouch.com/support/knowledgebase/adding-custom-styling/

    Thread Starter Amilus

    (@amilusc)

    Hi thanks a lot!
    I will have a try with WP touch’s support team to see if it could be fixed.

    Thank you so much for your great help!

    Also came up here: https://www.ads-software.com/support/topic/jetpack-slideshow-height?replies=3

    Can I suggest that this 410px default height be made customizable without CSS? Would be great to add an option. Google searches show this is a relatively common question.

    #gallery-9415-1-slideshow,
    #gallery-9415-1-slideshow, .slideshow-slide img {
    height: 490px !important;
    }

    .jetpack-slideshow .slideshow-slide img {
    max-height:510px !important;
    }

    it totally works on large screens, but breaks everything on mobile. Gallery looks stretched. Is there any solution? Page is – https://www.coma.lv/photo/wedding/

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    breaks everything on mobile. Gallery looks stretched.

    I would suggest using CSS media queries to limit this custom CSS to your desktop theme only:
    https://css-tricks.com/snippets/css/media-queries-for-standard-devices/

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘jetpack slideshow max-height’ is closed to new replies.