Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #45858, comment 5


Ignore:
Timestamp:
08/14/2024 05:37:57 PM (16 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #45858, comment 5

    initial v1  
    66- Twenty Nineteen, Twenty Twenty or Twenty Twenty-One
    77
    8 Jetpack's classic tiled gallery gives 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).
     8Jetpack'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).
    99
    1010The Core Gallery block and Jetpack's Tiled Gallery block did not cut off images for me.