Instagram 2014

Makes Instagram (WEB) look like it did in 2014

< Feedback on Instagram 2014

Review: Good - script works

  • Sorry to interrupt.

  • It's like this.

  • I'm using the Stylus plugin and I want to change the CSS styles of the IG.

  • I want the expanded image to spread across the entire page in height.

  • But I haven't found a way to do it

  • I've searched for a long time in the developer mode of my browser and I can't find a selector for the element

  • Can you help me to find a way to realize the height of the image to be spread over the whole page?

Lego SavantAuthor
§
Posted: 15-09-2024

its extremely how weird they handled this
this might make it SLIGHTLY larger, but to get it to totally fill it just has so many checks and balances to prevent it its just too much
article._aatg > div > div:first-child {max-height:100vh!important; max-width:100vh!important}

its extremely how weird they handled thisthis might make it SLIGHTLY larger, but to get it to totally fill it just has so many checks and balances to prevent it its just too mucharticle._aatg > div > div:first-child {max-height:100vh!important; max-width:100vh!important}

  • It didn't work, though.

  • But thanks for the code.

  • It doesn't look like it's possible to get the height of the image to match the maximum height of the page anyway

  • I've given up on that idea now.

Post reply

Sign in to post a reply.