We have the same problem too. I found a solution if you are not using the gallery short code of the Event Manager.
from plugins/events-manager/classes/em-event.php scroll to the bottom and you will these codes
remove_shortcode(‘gallery’);
add_shortcode(‘gallery_em’, ’em_event_gallery_override’);
comment them and there you have your jetpack tiled gallery.
Hope this helps
We have the same problem too. I found a solution if you are not using the gallery short code of the Event Manager.
from plugins/events-manager/classes/em-event.php scroll to the bottom and you will these codes
remove_shortcode(‘gallery’);
add_shortcode(‘gallery_em’, ’em_event_gallery_override’);
comment them and there you have your jetpack tiled gallery.
Hope this helps