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] Tiled mosaic; border between pictures adjustable?"

$
0
0

You could change the margin around the images with some custom CSS, but since the image sizes are defined via javascript, you will experience issues when trying to make these changes.

If you want to customize the look of the Tiled Galleries, it would probably be better to completely remove Jetpack's Tiled Gallery libraries, like so:

function tweakjp_rm_tiledlibs(){
	wp_dequeue_script( 'tiled-gallery' );
	wp_dequeue_style( 'tiled-gallery' );
}
add_action( 'wp_footer', 'tweakjp_rm_tiledlibs' );

You can then load your own custom css and js files instead, based on Jetpack's ones (css / js) but with your changes.


Viewing all articles
Browse latest Browse all 36990

Trending Articles



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