I need the content on the site that is smaller than 480px to scale (like an adaptive picture), and all so that the elements from the layout fit on small screens (corresponding to a 480px wide layout). Has the viewport filled correctly? Or are there better solutions?
<meta name="viewport" content="width=479px, initial-scale=.7, width=device-width, initial-scale=1">