Can you add one option for transform Native Gallery to Slideshow, Circle, Square, etc.
And add one carousel for slideshow in desktop.
While Jetpack doesn’t include an option to allow you to change the default Gallery type, you can use the jetpack_default_gallery_type
filter to change that on your site. You can find out how to use that filter here:
https://developer.jetpack.com/hooks/jetpack_default_gallery_type/
It’s worth noting that the filter may not work as expected right now. There seems to be a little bug, that we’ll get fixed in the next major release. You can follow our progress, and apply the patch on your site, from here:
https://github.com/Automattic/jetpack/pull/4111
The cross is small for close the Carousel, one double-click and reduce the full screen with more margins in the sides for click outside and escape.
You can customize the look of every element on your site thanks to CSS. You can add that CSS to your theme stylesheet, or to your custom CSS editor available under Appearance > Edit CSS in your dashboard. That should allow you to customize the look of the Carousel view to fit your needs.
One idea, use the mouse wheel and drag gesture in mobile in slideshow and carousel for pass slide.
You can slide to go from image to image on mobile, but I don’t think we’ll implement any kind of mouse wheel behaviour on desktop. It would be counter intuitive, since the wheel allows you go to up and down, while the carousel view works from left to right. It would also break the layout on sites where there is a lot of content displayed under the images, like a long description, or a lot of comments.
Option for disable comments in images carousel.
This should help:
https://jetpack.com/2013/05/01/remove-comments-carousel/
In mobile load the small image, tablet small/medium, desktop large o full.
Good news, that’s already how Carousel works! ????
I hope this helps.