.video-container {
position: relative;
width: 100%;
padding-top: 56.25%; /* 16:9 aspect ratio (height/width = 9/16 * 100%) */
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
欢迎来到我的博客大家好,欢迎来到我的博客!这里是我分享生活、学习和创作的地方。在接下来的文章中,我将与大家一起探索一些我感兴趣的话题,包括科技、旅行、文化以及个人成长等。
关于我我是一名热爱学习和探索的博主,平时喜欢阅读、写作和旅行。在这里,我希望通过我的文字与大家交流,分享我的见解和经历。如果你对某个话题感兴趣,欢迎在评论区留言,我会尽量回复哦!
旅行的意义旅行对我来说,不仅是一种休闲方式,更是自我探索和成长的过程。每一次出行都是一次新的冒险,让我有机会接触不同的文化和人。 ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment