Skip to content Skip to sidebar Skip to footer

Website Fit On Screen For Tablets, Viewport Not Working?

I've built a webshop with opencart, with a theme that was originally responsive. However, the owner wanted exactly the same website on all platforms, so I simply removed a seperate

Solution 1:

Try this:

<metaname="viewport"content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">

It is working for me.

Solution 2:

Use the below meta code hope it will solve your issue

<metahttp-equiv="X-UA-Compatible"content="IE=edge,chrome=1"><metaname="viewport"content="width=device-width, initial-scale=1.0">

Post a Comment for "Website Fit On Screen For Tablets, Viewport Not Working?"