Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Matt (Thomas) Miklic

    (@iammattthomas)

    Hi there — it’s actually this bit of CSS from your theme interfering with the Carousel styles:

    .content-sidebar img,
    .sidebar-content img {
    	max-width: 600px;
    }

    We’ll get a fix into the next update to Jetpack. If you’d like, you can work around the issue by adding this CSS to your theme:

    .jp-carousel-slide img {
    	width: 100% !important;
    	height: 100% !important;
    	max-width: 100% !important;
    	max-height: 100% !important;
    }
    Thread Starter altastreampower

    (@altastreampower)

    Awesome it worked! Thanks very much for the quick repsonse ??

    Should I delete that code after the next update or just not worry about it?

    Plugin Contributor Matt (Thomas) Miklic

    (@iammattthomas)

    You can safely delete it after our next update, but it won’t hurt anything to leave it in place.

    Why do it screws up the rez on the preview on my site? It only happens to galleries that was not converted ie all of those that i upload after i activated it.

    https://www.tipptoppfoto.se/fotoblogg/

    Your code makes it fetch the hig rez img right? cus now it kind of working but it loads all the pic at the same time and he gallery has become very heavy to load.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Jetpack by WordPress.com] Carousel Stretching/Skewing Images’ is closed to new replies.