使用vediojs时,在页面的中有个video标签,运行时页面就会自动在video的外部加一个id为really-cool-video的p。 在video设置width和height就会自动在外部的really-cool-video上赋一样的值。
但是如果width和height赋像px的固定值,显示就没问题。如果设width=100% 和 height=100%;
就会失效。不知是什么原因?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
老问题了,父辈元素到根元素都得设置height,包括body,html