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
in PostContent.tsx
export const PostFullContent = styled.section` max-width: 1040px; ... ... .gatsby-resp-image-wrapper { // For Full size images max-width: none !important; } img[alt$='full'] { max-width: none; position: absolute !important; width: 100vw !important; margin-left: calc((-100vw + 1040px) / 2) !important; } ... `
and remove inner outer style from post.tsx wrapper div.
post.tsx
The text was updated successfully, but these errors were encountered:
and forgot to mention you need to add full at the end of alt for example.
full
![test image full](img/testimg1.jpg)
Sorry, something went wrong.
Any update on this @scttcper ?
i'm not sure casper 3 even has full width images
No branches or pull requests
in PostContent.tsx
and remove inner outer style from
post.tsx
wrapper div.The text was updated successfully, but these errors were encountered: