openedx / frontend-app-learner-dashboard

Learner Dashboard MFE
GNU Affero General Public License v3.0
6 stars 84 forks source link

Course image height #265

Open disha1202 opened 10 months ago

disha1202 commented 10 months ago

The course image takes up the actual height of the image.

image

Ideally the height of the course image should be fixed.

jciasenza commented 3 months ago

I can take this issue @arbrandes

jciasenza commented 3 months ago

I have tried different images and I see that the height problem is already solved.

ihor-romaniuk commented 2 months ago

@jciasenza This issue still reproduces on Safari browser. I have created a Paragon issue with detail description: https://github.com/openedx/paragon/issues/3187

image
MaxFrank13 commented 1 month ago

I don't believe addressing this in Paragon would fix the issue because this instance of the Card component uses a custom CourseCardImage and not the Card.ImageCap provided by Paragon.

There is a PR up to address a fix specific to Learner Dashboard: #461