You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I figured out the issue but I am not sure if it's my problem or its common enough to be addressed. I needed to wrap all my images on my wordpress templates in a div and used the following CSS to solve.
Gatsby inline image wrapper was setting width: 1024px even on mobile but the max-width: 100% was not being applied.
I'll let you decide if you want to close this issue. Thanks again for the great starter!
First of all, thank you for building such a great starter. It has been an amazing journey.
I am having trouble with
gatsby-inline-image
not respecting the parent containers width or height.Steps
gatsby-source-wordpress
at my local Wordpress instance (local by flywheel)process.env.NODE_TLS_REJECT_UNAUTHORIZED=0
ingatsby-node.js
)gatsby-develop
Expected (on mobile)
Actual (on Mobile)
Image too wide, going beyond 100% viewport and causing a horizontal scroll bar.
Notes
The text was updated successfully, but these errors were encountered: