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
The chapters in the learning paths have some humongous images, simply because they take up the full width of the container (width: 100%).
width: 100%
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.
master
Join the Layer5 Community by submitting your community member form.
The text was updated successfully, but these errors were encountered:
Greetings, @Touriist ! Based on the issue mentioned, I believe the necessary changes should be made here:
layer5/src/components/Learn-Components/Card-Component/learn-card.style.js
Lines 85 to 88 in 711ee7a
Specifically, the following adjustments are required:
max-width: 100%; { to Add max-width } object-fit: contain; { Ensures proper image scaling }
Please let me know if my understanding is accurate. I would be delighted to contribute and work on resolving this issue.
Thank you! 🌻
Sorry, something went wrong.
Sure! @Jivi-this-side LGTM
Greeetings, @vr-varad ! I have submitted the pull request for your review. I kindly request your valuable time to assess the proposed changes.
Thank you for your attention and consideration. I sincerely appreciate the opportunity to contribute. Wishing you a wonderful day ahead! Thank you ! 🌻
Jivi-this-side
Successfully merging a pull request may close this issue.
Current Behavior
The chapters in the learning paths have some humongous images, simply because they take up the full width of the container (
width: 100%
).Desired Situation
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.The text was updated successfully, but these errors were encountered: