Using the kfunctions.php YouTube shortcode as provided in the Couch documentation, I just want to amend the shortcode slightly to align the video in the centre of the column (Bootstrap 4 framework).
I tried adding align-items="center" like this:
but that doesn't work.
Help please?
I tried adding align-items="center" like this:
- Code: Select all
<iframe class="youtube-player" type="text/html" align-items="center" width="$width" height="$height" src="http://www.youtube.com/embed/$video" frameborder="0"></iframe>
but that doesn't work.
Help please?