Open SandroPacella opened 1 week ago
The featured images on project detail pages are being cropped due to the fixed aspect-video ratio, which doesn't always suit the content of the images.
aspect-video
/live-react-graph-1
Current implementation in src/app/[id]/page.js:
src/app/[id]/page.js
<div className="relative aspect-video mb-8"> <Image src={project.image} alt={project.title} fill className="object-cover rounded-lg" priority sizes="(max-width: 1200px) 100vw, 1200px" /> </div>
hey man need any help or you are trying to solve it yourself?
Project Featured Image Sizing
The featured images on project detail pages are being cropped due to the fixed aspect-video ratio, which doesn't always suit the content of the images.
Current Behavior
aspect-video
)/live-react-graph-1
Technical Notes
Current implementation in
src/app/[id]/page.js
:To Do