Control needed for Blog Post Cover Image dimensions
S
Seamus Reynolds
The recommended size is 600x400... previously the dimensions stayed fixed regardless of the view, but now a 600x400 image is stretched across the post and is no longer responsive. Full screen on desktop view now stretches the image across the page, and it is only in its correct proportions if the screen is scaled right down to its minimum.
Log In
W
Will Estyerhuyse
So I figured out a "brute force" fix for this. It aint pretty, but it gets the job done.
Add the following to the "insert custom code" in the blogpost
<style>
.header-image img { width: 600px !important; }
.blog-html-container-single img {width:600px !important;}
</style>
It will load the large image and then take 3 seconds to apply the code.
Maybe someone better than me can add to this solution, but it looks better than the 100% width stretched image...
I
Ian Christopher Abarca
This might help you. Apply this code directly on the css editor on the blog post page /* Remove all images from the #blog-content-dwqtbI1XfE section
*/
#blog-content-dwqtbI1XfE img {
display: none !important;
}
It will remove all the images on the blog post. But if you need those content images to appear in the blog post apply a CSS element on the blog post editor and attach the image via an Iframe
C
Chris OConnell
Just finished a chat with support over this same issue. Really goofy setup they have now. We should have the ability to adjust this image or hide it
They tell me it is not possible to adjust unless I do my own custom css code
E
Ed Newman
Just started a blog and this is seriously annoying. Cover Image is huge and i cannot figure out how to shrink.
Z
Zoran Surlan
Absolutely NEEDED! It's ridiculous the way it is now.
J
Joseph Beckerley
I'm having the same problem on both blog pages and have been looking everywhere hot to fix it.
J
James Yochum
Having similar issues here. Looks horrible.
S
Seamus Reynolds
Adding to this post with a fresh example. I created an image in DallE which is square 1:1. I uploaded it and it immediately stretches is when viewed on desktop, but when viewed on mobile the image is perfect!
So, in the spirit of offering responsive content, please can we get control over image sizes