bootstrap-wysiwyg icon indicating copy to clipboard operation
bootstrap-wysiwyg copied to clipboard

Add video scaling

Open codewithtyler opened this issue 8 years ago • 2 comments

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??

codewithtyler avatar Aug 18 '16 22:08 codewithtyler

Anyone?

Hints on what to work on??

claudefox avatar Dec 29 '16 16:12 claudefox

@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

spreadred avatar Apr 03 '17 19:04 spreadred