SyntaxFix
Write A Post
Hire A Developer
Questions
There are new units that you can use:
vw - viewport width
vw
vh - viewport height
vh
#neo_main_container1 { width: 100%; //fallback width: 100vw; }
Help / MDN
Opera Mini does not support this, but you can use it in all other modern browsers.
CanIUse