We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create the MediaPreview component that takes in a list of images and based off the number of images it will display differently.
Have MediaPreview fill to the size of its container (100% width 100% height) of whatever the parent div is. (don't hardcode the size)
Create in /(pages)/content/[collection]/_components/CollectionCard/MediaPreview.tsx
Create the scss module in the same folder
You're only responsible for the component within the cards that shows the images in the dynamic grid.
The text was updated successfully, but these errors were encountered:
foramms
No branches or pull requests
Create the MediaPreview component that takes in a list of images and based off the number of images it will display differently.
Have MediaPreview fill to the size of its container (100% width 100% height) of whatever the parent div is. (don't hardcode the size)
Create in /(pages)/content/[collection]/_components/CollectionCard/MediaPreview.tsx
Create the scss module in the same folder
You're only responsible for the component within the cards that shows the images in the dynamic grid.
The text was updated successfully, but these errors were encountered: