Make WordPress Core

Opened 4 years ago

Last modified 4 years ago

#55886 new defect (bug)

Need to check query loop block thumbnail issue in post template

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

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 4 years ago.
added screenshot

Download all attachments as: .zip

Change History (4)

#1 in reply to: ↑ description @multidots1896
4 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
4 years ago

  • Version6.0

#3 @multidots1896
4 years ago

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