Responsive video sizing #13
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: jtittsler
Embedded videos should be responsive to size appropriately on small devices.
Options:
Created by: jtittsler
I added the Bootstrap responsive embed wrapper to a Vimeo video. It did a better job of rendering on my Android devices.
It conflicted with
style="float: right;"which really should be redone to use the grid system. I simply deleted the style for the test case.