code-corps / code-corps/blog.codecorps.org-site
Images in posts take up too much space
Open
- Dominant language
- PHP
- Stars
- 1
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
In a post, the images take up far too much space because they rely on `height` and `width` in the `img` tag. We need to find a way to class images so that they're centered horizontally (something like `margin: 0 auto;`) and size down at lower screen sizes without overflow their bounds.
Contributor guide
Research direction
No file or test is named. Start by locating the post image markup and the Sage theme styles; done means post images are centered, scale down at smaller screen sizes, and do not overflow their bounds.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css, php, wordpress
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100