Trouble Embedding Video Content

Request Type: 
General Assistance
Author: 
Meghan Murphy
Issue/Request: 

Hello!

I can’t seem to embed video into a webpage. Every time I insert the link, it simply shows a yellow box instead of the video thumbnail, and nothing shows up once I hit “save”. I’m trying a link from YouTube. I tried uploading the file itself, but it wouldn’t upload because it is not the correct file format. Any ideas?

Thanks!

Meghan

Hi Meghan,

I am glad to help you with your issue, can you provide me with access to your site my netid mk858.

Thanks,

All set!

Thanks,

Meghan

Thank you, can you please send the video link for me.

I embedded the video for you in the bottom of the page, you can change the location.

Thank you!

How did you do it? And is there a way to change the thumbnail and size?

Meghan

You are very welcome, I just refreshed your site and embedded the full Video path. The video size it’s just embedding one thumbnail size.

Is there a way to make the thumbnail smaller for the sidebar on our homepage?

http://nursing.yale.edu/

Thank you!

Meghan

There is a way to resize the video by using CSS Injector, try this code and apply it to the home page: 

object {
    width: 230px;
    height: 200px;
}
 
Note: you can change the width and height pixels.
 

Where do I place the code? When I am editing the sidebar?

You can add this code From Admin toolbar go to *Site Configuration>> CSS injector>> scroll button and click “Create a new rule- Add *Title, copy the code and paste it in the *CSS​ code and from CSS on specific pages: choose Add on only the listed pages then apply it to the <front> pages, uncheck Preprocess CSS then save.

I added the CSS rules for you under name “Home Video Thumbnail”, so now you can edit it and change the width and height pixels.

It looks great now! Thank you for your assistance!

Meghan

You are very welcome, glad to help.