(self, id, width=400, height=300, **kwargs)
| 350 | """ |
| 351 | |
| 352 | def __init__(self, id, width=400, height=300, **kwargs): |
| 353 | src="https://player.vimeo.com/video/{0}".format(id) |
| 354 | super(VimeoVideo, self).__init__(src, width, height, **kwargs) |
| 355 | |
| 356 | class ScribdDocument(IFrame): |
| 357 | """ |