You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first <video width="500px" height="200px" src="https://www.jc2182.com/images/video/demo.ogg" controls /> should be render normally, but the width and height of it are rewrite to 0.
What is expected?
The width should be 500px and the height should be 200px
What is actually happening?
The width and height are both 0.
System Info
No response
Any additional comments?
It seems that the #8780 is the same issue and maybe be fixed by #8781. I hope this problem can be solved.
The text was updated successfully, but these errors were encountered:
Vue version
3.3.8
Link to minimal reproduction
https://play.vuejs.org/#eNqtk8tOwzAQRX/FeE3s0gqEqoIoqAtYFAQsswnxkLiNH7InTVHVf8dx+oAKKiGxS+69Mz4zlld0bC1b1ECHdISgbJUhXKeakJG9Hr9p41RWkYUUYEbcdsZJkpBGCixJpgUpQRYlkswBcdA4iSAIGtIjSdLFY3FXcJXS817PLlO6KQtCfyN4l4e/EtH6IedN07BZ3j+77LPcKC5VVoDnsRUXoAwzRRGKcqPRmcoTvmWe/ol4M9+vqAeg/4I54rs901MqlTUOE5VZNvNGh2tYtSjpxvApHZKotJqV+kPqxDrTynuMWtt5EQn2iZsBO7tgfS6kRy61gCVTs9Cu7bVO9TqcjT6Avcvi4OTQx8oK3KNFafR3gqyqTPMQNXQ1nG71vIR8/oM+8+FuW9QnBx7cAlK68zBzBWBnT16msAzfO1MZUVchfcR8Bm+qumXsYre1FgH7Sy7S3sdFSl28+skSQfvtUC1o3EbMpzS8grsjo+9xB2yw2+L6E7eTER8=
Steps to reproduce
The first
<video width="500px" height="200px" src="https://www.jc2182.com/images/video/demo.ogg" controls />
should be render normally, but the width and height of it are rewrite to0
.What is expected?
The width should be
500px
and the height should be200px
What is actually happening?
The width and height are both 0.
System Info
No response
Any additional comments?
It seems that the #8780 is the same issue and maybe be fixed by #8781. I hope this problem can be solved.
The text was updated successfully, but these errors were encountered: