masonry-docs
masonry-docs copied to clipboard
:memo: Documentation for Masonry
Bumps the npm_and_yarn at /. security update group with 1 update: [gulp](https://github.com/gulpjs/gulp). Release notes Sourced from gulp's releases. v4.0.2 Fix Bind src/dest/symlink to the gulp instance to support esm exports...
Bumps [nth-check](https://github.com/fb55/nth-check) to 2.1.1 and updates ancestor dependency [cheerio](https://github.com/cheeriojs/cheerio). These dependencies need to be updated together. Updates `nth-check` from 1.0.2 to 2.1.1 Release notes Sourced from nth-check's releases. v2.1.1 The...
Removes [jsdom](https://github.com/jsdom/jsdom). It's no longer used after updating ancestor dependency [cheerio](https://github.com/cheeriojs/cheerio). These dependencies need to be updated together. Removes `jsdom` Updates `cheerio` from 0.20.0 to 1.0.0-rc.12 Release notes Sourced from...
Removes [tough-cookie](https://github.com/salesforce/tough-cookie). It's no longer used after updating ancestor dependency [cheerio](https://github.com/cheeriojs/cheerio). These dependencies need to be updated together. Removes `tough-cookie` Updates `cheerio` from 0.20.0 to 1.0.0-rc.12 Release notes Sourced from...
`(function($){ ``` $(document).ready( function(){ document.isReady = true; var masonryNode = $('.most_views_wrap'); masonryNode.imagesLoaded(function(){ masonryNode.masonry({ itemSelector: '.most_views_item', fitWidth: true, singleMode: true, percentPosition: true, resize: true }); }); }); ``` })(jQuery);` site: www.buzhengjing.com...

Moving desandro/masonry#605 --- There is a masonry bug on IE11 that is visible on the project homepage, attached is screenshots with the F12 developer tools open and closed (this appears...
I was looking for a solution to have a fixed element on the right and found issues on here that then linked me to this page for examples, I saw...