Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 36990

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Display Carousel Images Full-Width on Mobile/iPhones?"

$
0
0

If you want to change the look of the carousel, you can dequeue Jetpack's Carousel scripts and styles, and load your own custom styles instead.

You can use the following functions to dequeue the Carousel scripts:

function changejp_dequeue_styles() {
    wp_dequeue_style( 'jetpack-carousel' );
    wp_dequeue_script( 'jetpack-carousel' );
}
add_action( 'post_gallery', 'changejp_dequeue_styles', 1001 );

Viewing all articles
Browse latest Browse all 36990

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>