diff --git a/src/components/sections/employeeHighlight/employeeHighlight.module.css b/src/components/sections/employeeHighlight/employeeHighlight.module.css index 689bb03f8..75ea1dfd6 100644 --- a/src/components/sections/employeeHighlight/employeeHighlight.module.css +++ b/src/components/sections/employeeHighlight/employeeHighlight.module.css @@ -16,7 +16,7 @@ } .image { - min-width: 15rem; + min-width: 20rem; width: 100%; height: auto; object-fit: cover; diff --git a/studio/schemas/objects/sections/employeeHighlight.ts b/studio/schemas/objects/sections/employeeHighlight.ts index e3bed1baf..779a785d2 100644 --- a/studio/schemas/objects/sections/employeeHighlight.ts +++ b/studio/schemas/objects/sections/employeeHighlight.ts @@ -34,6 +34,9 @@ export const employeeHighlightSection = defineField({ type: "image", title: "Employee photo", description: "A photo of the employee,", + options: { + hotspot: true, + }, }, ], preview: {