/NextimageforPeople.ts Secret
Created
July 19, 2024 10:16
Next image component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<NextImage id="next-image" | |
class="chakra-image css-1ucbssr" | |
w={props.isPeopleGrid ? 300 : 260} | |
borderRadius={15} | |
mb={10} | |
onClick={props.params?.LinkToBio == '1' ? onOpen : undefined} | |
cursor="pointer" | |
field={props.fields.Image} | |
objectFit="cover" | |
boxSize="300px" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment