Sitecore / XM-Cloud-Introduction

A repository containing the code for the MVP & SUGCON Sites, powered by XM Cloud
47 stars 47 forks source link

Fix images for PeopleGrid Component #462

Closed lovesitecore closed 2 months ago

lovesitecore commented 3 months ago

Description / Motivation

The People Grid Component is used in 2 different occasions: The Featured Speakers and the organizers. In both cases, the Images of each person should be displayed as a square with rounded edges. When using images that are not cropped to square the layout looks odd. So the css should handle the cropping to preserve the layout.

Added the object-fit: cover attribute along with an additional alt attribute to improve Lighthouse Scores and Accessibility.

How Has This Been Tested?

Test locally.

Types of changes

Checklist: