[Resolved] Images are super big…how can I change them?

Home Forums Support [Resolved] Images are super big…how can I change them?

Home Forums Support Images are super big…how can I change them?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1061202
    Amit Nair

    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

    #1061212
    Leo
    Staff
    Customer Support

    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 🙂

    #1061377
    Amit Nair

    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.

    #1061657
    David
    Staff
    Customer Support

    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;
    }
    #1062552
    Amit Nair

    Awesome! Thanks David! You guys rock!

    #1062576
    David
    Staff
    Customer Support

    Glad we could be of help

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.