Support » Plugin: Jetpack - WP Security, Backup, Speed, & Growth » Show image full screen in carousel gallery

  • Resolved nemanjap

    (@nemanjap)


    Hi,

    I have disabled the info div with all of the meta-info and show image in full width button, AJAX calls and similar in hope that that will give me more space to display the image.

    I did the following:

    .jp-carousel-info {
    display:none !important;
    }

    Is there any way that I can use the freed space that this div consumed to make the image displaying bigger. I want the image to consume the most of the screen.

    Thanks in advance.

    https://wordpress.org/plugins/jetpack/

Viewing 1 replies (of 1 total)
  • Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Howdy,

    There may be a way to target the .jp-carousel-slide divs using jQuery to adjust their size, but that’s outside the scope I’m able to help with. The image size is being set via jetpack-carousel.js based on

    width: $(window).width() - (screenPadding * 2),
    height: Math.floor( $(window).height() / 100 * proportion - 60 )

    with proportion being 85.

    Targeting to adjust that may be the route to go, but I haven’t tested it.

Viewing 1 replies (of 1 total)
  • The topic ‘Show image full screen in carousel gallery’ is closed to new replies.