video
<html> <head> <style type="text/css"> .box { width: 200px; height: 300px; border: 1px solid red; } .box .inner-box { width: 100%; height: 100%; border: 1px solid red; } .box video { width: 300px; height: 200px; border: 1px solid green; transform: rotate(90deg); margin-left: -50px; margin-top: 50px; } </style> </head> <body> <div class="box"> <div class="inner-box"> <video object-fit="scale-down" controls="controls" src="http://poapn60pw.bkt.clouddn.com/eventbus.mp4"> </video> </div> </div> </body> </html>
以雷霆击碎黑暗