• Is there a way to increase the size of YouTube embeds using this theme? I’m a bit disappointed that they show up so small when embedding a YouTube link in a posting?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter melorama

    (@melorama)

    As an addendum, the YouTube embed shows up nice and large in the post editor, but once its published, it looks super tiny.

    Theme Author Pawe?

    (@mrpauloen)

    Hi @melorama

    Sorry for this delay. I work offshore and don’t have much time for other things.

    Quick solution.

    Because that theme is Bootstrap base (style and html side) you can do something like this: use shortcode to generate those video instead of just placing yt link.

    I wrote simple plugin to extend theme features.

    You can download it from GitHub:

    https://github.com/mrpauloen/znacznik-youtube#znacznik-youtube

    I’ve done it because I wanted to make a video gallery so there is some catch which you need to now about.

    To manipulate thumbs size you need to change classes in 113 line, on znacznik_youtube.php file:

    eg.: You have this

    output = '<figure class="col-6 col-sm-4 col-md-3 ' . esc_attr( $float ) . '">' . "\r\n";

    Try to change col-6 col-md-4 to meet your criteria.

    If you not familiar with Bootstrap grid, see this documentation:

    https://getbootstrap.com/docs/4.0/layout/grid/

    This is Bootstrap 4.

    Do not hesitate to ask any questions if you’ll have any difficulties.

    Cheers

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Larger YouTube embeds possible?’ is closed to new replies.