browser [Issues with images when using zoom in Chrome]
Hi,
Moving the zoom on Chrome from 100% to 50%,
Roar Cycles 4 looks fine.
But 6 images on Hosuns Portfolio 4 looks odd.
Is there any way to fix the problem?
Hosun Kang

Hi,
Moving the zoom on Chrome from 100% to 50%,
Roar Cycles 4 looks fine.
But 6 images on Hosuns Portfolio 4 looks odd.
Is there any way to fix the problem?
Hosun Kang

Just wrap your complete code in a wrapper <div>
<div class="wrapper">
All your other html code goes here.
</div>
Then use:
.wrapper {
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
I'm not sure this is a great idea simply to keep the 'proportion' of the layout correct and centered in the browsers window when zooming out. I personally don't know anyone that actually zooms out. Most likely they will want to zoom in and retricting the width to 1200px wont allow them to do that.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.