bootstrap-wysiwyg
bootstrap-wysiwyg copied to clipboard
Add video scaling
Per madskristensen/MiniBlog#234
I see that pictures scales properly in a post when viewed in a mobile device.
I would like to do the same with videos. I have posted a video here on the demo site: http://miniblog.azurewebsites.net/post/test-videoz?mode=edit
The HTML code has an embeded link to a youtube video that I would just like to scale on a mobile device.
Any ideas??
Anyone?
Hints on what to work on??
@claudefox Add a width and/or height value to
Below is an example of a embedded link from YouTube with the width and height properties specified:
<iframe width="560" height="315" src="https://www.youtube.com/embed/c0jDZBOQ94M" frameborder="0" allowfullscreen></iframe>
EDIT: CSS and/or media rules should be able to take care of this