(self, id, width=400, height=300, **kwargs)
| 324 | """ |
| 325 | |
| 326 | def __init__(self, id, width=400, height=300, **kwargs): |
| 327 | src="https://player.vimeo.com/video/{0}".format(id) |
| 328 | super(VimeoVideo, self).__init__(src, width, height, **kwargs) |
| 329 | |
| 330 | class ScribdDocument(IFrame): |
| 331 | """ |