Making WordPress.org

Opened 2 years ago

Closed 23 months ago

#6536 closed defect (bug) (fixed)

Photos size are not properly displayed

Reported by: benimub's profile benimub Owned by:
Milestone: Priority: normal
Component: Profiles Keywords:
Cc:

Description

If you go to the photo tab into your profile.
It looks like image are not sized properly.

Solution: please add this css code.

.main-photos ul li a img {
    object-fit: cover;
}

Issue image:
Fixed image:

Attachments (2)

image-bug.jpg (106.0 KB) - added by benimub 2 years ago.
image-bug-fixed.jpg (299.9 KB) - added by benimub 2 years ago.

Download all attachments as: .zip

Change History (3)

@benimub
2 years ago

#1 @coffee2code
23 months ago

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [19501-dotorg]:

Profiles: Improve the object-fit of photos within their containers.

Props benimub.
Fixes #6536.

Note: See TracTickets for help on using tickets.