我有一个网站,它有一个固定的长宽比近似16:9
景观,像一个视频.
我想让它居中并扩展以填充可用的宽度和可用的高度,但不要在任何一侧变大.
例如:
我一直在研究两种方法:
div
,但我无法让它在主要浏览器中以相同的方式运行.我知道你可以很容易地用JS做到这一点,但我想要一个纯CSS解决方案.
有任何想法吗?
I am running the latest Apple OS X 10.10(.1) Yosemite, and the latest Adobe Coldfusion 11. Everything works ok, but the server does not startup automatically on startup. I can go into Terminal and use:
cd /Applications/ColdFusion11/cfusion/bin
sudo ./coldfusion start
Run Code Online (Sandbox Code Playgroud)
However the server is not on by default. How do I set it so that it launches every time the computer starts up?