Closed (fixed)
Project:
Cloudflare Stream
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Oct 2019 at 09:41 UTC
Updated:
18 Nov 2019 at 13:44 UTC
Jump to comment: Most recent
In the manage display of the field if I set width and height, its not showing on video.
I guess this code is wrong:
There is not width and height HTML properties. It should be
style="width:400px;height:400px"
Comments
Comment #2
sorabh.v6I checked earlier and It is working with
style="width:400px;height:400px"but as per cloudflare stream documentation width and height should be attributes of the stream tag.Comment #3
sorabh.v6Pushed a temporary solution using jquery. Please review.
Comment #4
tamerzg commentedWorks fine now.