Archived topic
Images are super big...how can I change them?
5 replies · Started by Amit Nair on November 12, 2019
Hello,
I tried the image customization options but I cannot change it much.
If you see the featured image, the embedded video container all are appearing super big.
How can I change it?
Regards
Hi there,
I tried the image customization options but I cannot change it much.
Not quite sure if I understand. Are you using this option here?
https://docs.generatepress.com/article/adjusting-the-featured-images/
It should definitely work. Make sure to click Posts for single posts.
As for Youtube embed, I would highly recommend trying Gutenberg editor with Emebed block. Then it should look better and responsive by default.
Let me know if this helps :)
Hello Leo,
Thanks for your help!
I was able to modify the featured image to a custom size.
But for the video embedding, I am using the Gutenberg Youtube embed block. And there is no way to size it.
Please check the link once and you will understand.
Kindly help me with whatever fix you can provide!
Thanks a lot.
Hi there,
the video embed blocks are set to be responsive so will fill the container they sit in.
You can use this CSS to set a max-width and center it:
.wp-block-embed-youtube {
max-width: 480px;
/* Center video */
margin-left: auto;
margin-right: auto;
}
Awesome! Thanks David! You guys rock!
Glad we could be of help