Auto Resize embedded videos player

You could set a max width to the container using CSS.

.video_player {
max-width: 800px;
overflow:hidden;
}

File not found.