Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Shrinking iPhone screenshots on a tumblr

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #46047

    Wondering if I could get some advice — My friend and I just started uploading iPhone screenshots to a tumblr, and we’ve noticed that they all automatically upload at a super large size. We want them to stay high resolution but we don’t want to have to scroll through the page so much to read one conversation. Could you help me figure out how to get all the screenshots, which are all the same width but different heights depending on how long the conversations are, to upload automatically at the same width but at a smaller size? The link to the blog is tinderellascastle.tumblr.com. Would appreciate help — thanks so much!

    #141312
    TheDoc
    Member

    It should be as simple as adding the following CSS:

    #container {
    width: 500px;
    }

    #posts {
    width: 500px;
    }

    You can add that in the Customization screen under Advanced > Add custom CSS.

    #141314

    Thank you SO much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.