我用的时候
.video {
transform: rotateX(-50deg);
}
它只是压缩视频,如下所示:
So it turns out I can't upload images yet.
但是那张图片显示所有代码都只是搜索它所以它不那么高。我认为应该让它看起来像this。我真的不知道,但是我的代码是下面的代码吗?
<!DOCTYPE html>
<head>
<style>
body {
margin: 0;
}
.video {
transform: rotateX(-50deg);
}
</style>
</head>
<body>
<div class="video">
<iframe src="https://www.youtube.com/embed/8I1sQlRiJdY" style="border: 0; width: 100%; height: 900px">Brother, where are the iframes? And oats.</iframe>
</div>
</div>
</body>
</html>
请注意,视频不是实际视频,我是通过IP网络摄像头获得的,但它运行正常,所以不用担心。
答案 0 :(得分:0)
确实它在X轴上旋转,问题是你不能很好地看到结果,用X或Z改变X并看到真正改变,squishes是X轴旋转的效果。
另一个观点:
我在评论中如何说出您的要求,您需要使用let gesture = UITapGestureRecognizer(target: self, action: #selector (self.checkAction(sender:)))
self.YourTransparentView.addGestureRecognizer(gesture)
func checkAction(sender : UITapGestureRecognizer) {
if let indexPath = self.tableView.indexPathForSelectedRow{
self.tableView.deselectRow(at: indexPath, animated: true)
}
}
css。
这是一个例子: