staggerleek Posted January 18, 2021 Share Posted January 18, 2021 Site URL: http://www.charlesleek.com I use Wexley and have just upgraded my site, in doing so I lost a piece of code that made sure the site would fill out a 4K monitor, without losing my maximum width dimensions. If anyone has any idea how to make my current site fill out on any monitor size, that would be insanely helpful to me. As a photographer my portfolio is often viewed on ultra-wide or 4K monitors. I've attached 2 images below - how my site looks on a standard monitor (and how I'd like it to look on a 4K monitor), and how the site curren tly looks on a 4K monitor. Link to comment
derricksrandomviews Posted January 18, 2021 Share Posted January 18, 2021 .collection-type-gallery #galleryWrapper { max-width: 1920px; left: 0; } staggerleek 1 Link to comment
staggerleek Posted January 19, 2021 Author Share Posted January 19, 2021 (edited) Thanks so much. Before you replied I found this which seemed to do the job? Will try your method to see if there's any difference tomorrow. Quote @media (min-width: 1900px){ html { zoom: 150%; -ms-zoom: 1.5; -webkit-zoom: 1.5; -moz-transform: scale(1.5,1.5); transform-origin: center top ; } body { /* use only for IE */ zoom: 1.5; /* -ms-transform-origin: left top; */ } } Thanks again! Edited January 19, 2021 by staggerleek Link to comment
derricksrandomviews Posted January 19, 2021 Share Posted January 19, 2021 Your code that works, stick with it. I doubt mine will do any better. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment