<?xml version="1.0" encoding="UTF-8" ?><rss version="2.0"><channel><title>&quot;How can I scale the positioning of my images to not cover my bio on different resolutions?&quot; | Forum Topic | SpaceHey</title><link>https://blog.spacehey.com</link><description>Forum Topic created by Milli</description><item><title>Reply by &quot;Milli&quot;</title><link>https://forum.spacehey.com/reply?id=863319</link><guid>https://forum.spacehey.com/reply?id=863319</guid><description>Thanks for the advice you both. I ended up doing something really janky, but it *kind of* works, the page is viewable on pretty much every standard resolution now, though the images can end up looking a little too small or spaced out. Don&#039;t know if there&#039;s anything I can do about that. Here&#039;s the code I ended up with after a few hours of trial and error, in case anyone else ever needs it as a temp...</description><pubDate>Fri, 06 Feb 2026 22:29:54 +0000</pubDate></item><item><title>Reply by &quot;OxeeCleen&quot;</title><link>https://forum.spacehey.com/reply?id=863184</link><guid>https://forum.spacehey.com/reply?id=863184</guid><description>I think the best way to &quot;scale the positioning&quot; of your images is probably using vw  instead of px . ViewWidth is based on the screen / device size versus set Pixel amounts (which do not adjust for device size). I&#039;m thinking I have the lower resolution size as your margin pictures do hover over some of your main content when I view your page. I wouldn&#039;t change the top #&#039;s but the left #&#039;s may do b...</description><pubDate>Fri, 06 Feb 2026 02:22:17 +0000</pubDate></item><item><title>Reply by &quot;vogel&quot;</title><link>https://forum.spacehey.com/reply?id=863076</link><guid>https://forum.spacehey.com/reply?id=863076</guid><description>Using @media you can set different CSS for smaller screen resolutions (I just input random values for the positioning). On Firefox you can do ctrl+shift+m to simulate different resolutions but I&#039;m not sure about other browsers. Something similar will help a lot when testing and getting a suitable position for small screens @media screen and (max-width:1920px) and (min-width:801px){ #pigeonpokemonc...</description><pubDate>Thu, 05 Feb 2026 13:39:12 +0000</pubDate></item></channel></rss>