Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #58261, comment 2


Ignore:
Timestamp:
05/31/2023 06:29:19 PM (3 years ago)
Author:
RichWP - Felix
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58261, comment 2

    initial v1  
    33A "small" thumbnail image size of the featured image never makes if the image can appear in a large size context and the an src-set should be implemented instead. At least that would be the expected behaviour from the pre-gutenberg era: see <?php the_post_thumbnail(); ?>
    44
    5 The current implementation would not allow the use of the cover block in single post / page templates (theme building) where a cover image would be displayed in the post header. It will only work when within the editable content area of a post or page.
     5The current implementation would not allow the use of the cover block in single post / page templates (theme building) where a cover image would be displayed in the post header. It will only work when within the editable content area of a post or page and the featured image can be switched manually.