Skip to content

Commit

Permalink
Merge pull request #47 from mike-esokia/PHRAS-1846_fix_video_preview
Browse files Browse the repository at this point in the history
PHRAS-1846 refactor size of video preview
  • Loading branch information
nmaillat authored Feb 6, 2018
2 parents 645e7a5 + 29760ec commit e928b37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/record/recordPreview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,11 @@ const previewRecordService = services => {
'allowfullscreen',
''
);
//set height of iframe to 100%
activeThumbnailFrame.iframe.setAttribute(
'height',
'100%'
);
/*
// warning - if listening events/sendings events,
// pym instances should be destroyed when preview is closed
Expand Down

0 comments on commit e928b37

Please sign in to comment.