Skip to content

Commit

Permalink
🔥 hotspot: true
Browse files Browse the repository at this point in the history
  • Loading branch information
petterhh committed Dec 5, 2024
1 parent 31ffc12 commit 3cfcb13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}

.image {
min-width: 15rem;
min-width: 20rem;
width: 100%;
height: auto;
object-fit: cover;
Expand Down
3 changes: 3 additions & 0 deletions studio/schemas/objects/sections/employeeHighlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ export const employeeHighlightSection = defineField({
type: "image",
title: "Employee photo",
description: "A photo of the employee,",
options: {
hotspot: true,
},
},
],
preview: {
Expand Down

0 comments on commit 3cfcb13

Please sign in to comment.