[Jetpack Tiled Galleries] content width 100%
-
Hi,
I’m trying to work out a way to be able to display a tiled gallery in 100% of the page width. I thought I found a working solution in setting a very high (4000px) custom tiled gallery width:
function jeherve_custom_tiled_gallery_width() { return '4000'; } add_filter( 'tiled_gallery_content_width', 'jeherve_custom_tiled_gallery_width' );
However, this prevented my page from loading the images responsively and really slowed it down. Is there a better way of doing this?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Jetpack Tiled Galleries] content width 100%’ is closed to new replies.