-
Notifications
You must be signed in to change notification settings - Fork 63
Implement Standard Resizing for Featured Images in Blog Posts #538
New issue
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
Comments
@TimOsahenru can I get assigned to this |
@TimOsahenru do you have a specific size you want the images resized to? |
Maybe use same dimension as this image https://github.com/BlackPythonDevs/blackpythondevs.github.io/blob/gh-pages/assets/images/BPD_STACKED_featured.png or @kjaymiller what do you think ? |
I think it would be best if we found a reference on the internet that provides a suggestion so that we can make an educated decision. |
I also noticed in #543 that the ratio used is not a standard one. Which could have some rendering issues on devices... Most devices would expect something like a 4:3 or 16:9 ratio. Instead the PR uses I think we should use a ratio of 16:9 or 3:2 per instructions from https://tiny-img.com/blog/best-image-size-for-website/ |
@kjaymiller it seems this issue needs to be closed or ? |
For better user experience ensure all featured images have a standard dimension.
Implementation
You can achieve this by either:
For more details, refer to this context.
The text was updated successfully, but these errors were encountered: