Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to put video css? #9

Open
jeremybickerstaffe opened this issue Oct 16, 2020 · 2 comments
Open

Where to put video css? #9

jeremybickerstaffe opened this issue Oct 16, 2020 · 2 comments

Comments

@jeremybickerstaffe
Copy link

jeremybickerstaffe commented Oct 16, 2020

This project is great, really easy to use and I've got my Youtube video embedded on my Jekyll site. However I can't figure out where to put the css to get the responsive video. I've tried several configurations and none of them work, please can you give me a few tips? Many thanks

@nathancy
Copy link
Owner

You should put the responsive video css into whatever stylesheet you're loading into your html page. So for instance this is one of my pages in the _includes directory:

_includes/head.html

Inside the head.html file, I load in my css stylesheet. The directory will be different for you, just load in the path where your css file is located

<link rel="stylesheet" href="../css/style.css">

@jeremybickerstaffe
Copy link
Author

jeremybickerstaffe commented Oct 23, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants