Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3173575
video
Closed

Comments

  • Marina747 started the conversation

    Hi, I am trying to embed a youtube video in my blog post, but have 2 issues:

    1. Why does the video when I check in preview doesn't show my Youtube miniature picture? It is a short video, but before I always saw my miniature image, which was nice. Now it doesn't seem appealing really.

    2. How can I make the video smaller? It is huge now. I tried placing numbers in size, but then it wouldn't show the video at all.

    Thanks!

  •  2,487
    PenciDesign replied

    Hi,

    Please send me the post URL that you've inserted the youtube video.

    Regards,
    PenciDesign.


  • Marina747 replied

    I haven't published it yet

  •  2,487
    PenciDesign replied

    Hi,

    Please publish this post or send me the admin account, I need to check it on the live site.

    Regards,
    PenciDesign.


  • Marina747 replied

    https://www.amumtomum.com/ideas-for-a-rainbow-birthday-party/ here is the link to a published post. Besides what I asked before, tell me how can I make images in a gallery in one row. This doesn't look nice. Thanks!

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance > Customize > Speed Optimization > Optimize CSS: turn off the "Remove Gutenberg Styles" option then check again.

    Regards,
    PenciDesign.


  • Marina747 replied

    Nothing happened when I did that. The images look fine after I enabled Masonry layout. But videos are still large without thumbnail images from Youtube. On mobile, I see them, but not on desktop

  •  2,487
    PenciDesign replied

    Hi,

    For this case, please install the Gutenberg plugin here: https://wordpress.org/plugins/gutenberg/

    Regards,
    PenciDesign.


  • Marina747 replied

    But I have too many plugins, I'd rather not

  •  2,487
    PenciDesign replied

    Hi,

    This is a lightweight plugin from the WordPress creator, it will add the missing CSS files of the Gutenberg editor for your site.

    Regards,
    PenciDesign.


  • Marina747 replied

    And how could I make a video smaller on a computer?

  •  2,487
    PenciDesign replied

    Hi,

    Please send me the URL that you've inserted the video.

    Regards,
    PenciDesign.


  • Marina747 replied

    I already sent it in previous post. https://www.amumtomum.com/ideas-for-a-rainbow-birthday-party/

  •  2,487
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:


    .yt-video-place.embed-responsive {
        max-width: 400px;
        margin: 0 auto;
    }

    Change 400px to the width you want to show.

    Regards,
    PenciDesign.