jQuery resize

Out of context: Reply #9

  • Started
  • Last post
  • 10 Responses
  • Nathan_Adams0

    You want them all to continue going inline so everything scrolls horizontally? The css you're looking for is:

    #container {white-space:nowrap;}
    #container img {display:inline-block; height:100%; width:auto; margin-right:whatever}

    *caution: <= ie7 hates inline-block, but who gives a shit about <= ie7.

    • I'll try this because isotope is waaaay too complex for what I need and I'm having a nightmare getting it to workkalkal
    • Also, nice preloader idea on your site! Stretched low res image and all thatkalkal

View thread