5 ms·
CloudGrid.js by Pinterest
- jmathai 13y agoI wish there was a link to a live example. The repository comes with an example but I'd have to check out the repository to see it. Unless there's a trick to loading html files in a repo on Github to be rendered in the browser (I know, security nightmare).
- zpao 13y agoThe trick is to use rawgithub.com (where you would otherwise see raw.github.com) - http://rawgithub.com/pinterest/cloudgrid/master/example/index.html http://rawgithub.com/pinterest/cloudgrid/master/example/inde...
- dirtyaura 13y agoPinterest front page is the example.
- jmathai 13y agoPintrest front page is just vertical columns. This is more of a horizontally and vertically justified view. Much harder to achieve than columns. In fact, from easiest to hardest... * Vertical columns * Horizontal rows * Vertical and Horizontal grid
- xethorn 13y agoThanks for the feedback. I've added a link to the rawgithub as suggested by zpao.