Make WordPress Core

Opened 2 years ago

Last modified 2 years ago

#55886 new defect (bug)

Need to check query loop block thumbnail issue in post template

Reported by: multidots1896's profile multidots1896 Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version: 6.0
Component: Editor Keywords: has-screenshots
Focuses: Cc:

Description

In wordpress 6,We need to check query loop block thumbnail issue in post template row and stack arrangement.In both arrangment default post thumbnail width are not full width.So we need align it in full width.
Below i have shared video link:
https://share.cleanshot.com/kQrdSKDzVfIiK19MeHsh

Attachments (1)

CleanShot 2022-06-01 at 12.42.22.jpeg (389.5 KB) - added by multidots1896 2 years ago.
added screenshot

Download all attachments as: .zip

Change History (4)

#1 in reply to: ↑ description @multidots1896
2 years ago

we need to add following css for solving issue

.wp-block-query .wp-block-group.is-layout-flex .wp-block-post-featured-image {
    width: 100%;
}

#2 @multidots1896
2 years ago

  • Version set to 6.0

#3 @multidots1896
2 years ago

  • Keywords has-screenshots added
Note: See TracTickets for help on using tickets.