Automatic ZOOM'ed In Possiblity?
2 posters
Page 1 of 1
Automatic ZOOM'ed In Possiblity?
When on chrome.. my site looks like it has a lot of Empty Space on 100% Zoomed ( Default )
But what my intensions were on the theme was to be like this on All Browsers.. is there a code that will zoom people with higher Resolution screens to be like this instead?
But what my intensions were on the theme was to be like this on All Browsers.. is there a code that will zoom people with higher Resolution screens to be like this instead?
Re: Automatic ZOOM'ed In Possiblity?
Hello @SpyroDragon,
You can try this for Chrome if you like. Go to Modules > JavaScript codes managament > Create a new script
Title : Your choice
Placement : In all the pages
To modify the zoom level, change 160%.
You can try this for Chrome if you like. Go to Modules > JavaScript codes managament > Create a new script
Title : Your choice
Placement : In all the pages
- Code:
navigator.userAgent.indexOf('Chrome') > -1 && $(function() { document.body.style.zoom = '160%' });
To modify the zoom level, change 160%.
Re: Automatic ZOOM'ed In Possiblity?
What about for All Browsers too?
And on Chrome it screws up the Social Widget...
And on Chrome it screws up the Social Widget...
Re: Automatic ZOOM'ed In Possiblity?
Try this for IE and Chrome, for Firefox the "Zoom" property is not supported.
Websites can look different due to multiple factors :
• Resolution of the screen
• Viewpoint of the browser
• The user's preferences
I don't recommend using "zoom" for the body, because everyone has their own preferences, but if it's what you want..
- Code:
$(function() { document.body.style.zoom = '160%' });
Websites can look different due to multiple factors :
• Resolution of the screen
• Viewpoint of the browser
• The user's preferences
I don't recommend using "zoom" for the body, because everyone has their own preferences, but if it's what you want..
Re: Automatic ZOOM'ed In Possiblity?
theres also a lot of problems when you try uploading picture via servimg ..-- too many problems I just gave up on this..
Similar topics
» Zoomed in and low quality pictures
» Topic Disapeering Possiblity?
» automatic logout
» Avatars bleeding over posts at smaller window sizes or when zoomed
» Automatic RSS posting
» Topic Disapeering Possiblity?
» automatic logout
» Avatars bleeding over posts at smaller window sizes or when zoomed
» Automatic RSS posting
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum