Changes between Initial Version and Version 1 of Ticket #45858, comment 5
- Timestamp:
- 08/14/2024 05:37:57 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #45858, comment 5
initial v1 6 6 - Twenty Nineteen, Twenty Twenty or Twenty Twenty-One 7 7 8 Jetpack's classic tiled gallery gives e xact width and height values and then hides the overflow. The width comes from the theme's `$content_width` value, which is 640 for Twenty Nineteen. That could be changed using the plugin's `tiled_gallery_content_width` filter, but Core themes have avoided adding special support for specific plugins (such as WooCommerce).8 Jetpack's classic tiled gallery gives each row exact width and height values and then hides the overflow. The width comes from the theme's `$content_width` value, which is 640 for Twenty Nineteen. That could be changed using the plugin's `tiled_gallery_content_width` filter, but Core themes have avoided adding special support for specific plugins (such as WooCommerce). 9 9 10 10 The Core Gallery block and Jetpack's Tiled Gallery block did not cut off images for me.