This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* The InfiniteScroll object fetches the HTML of the next page | |
* as soon as the "anchor" element (typically, the wordpress | |
* pagination element) becomes visible on screen. | |
* | |
* It then uses "postSelector" and "containerSelector" to extract | |
* posts from the page and append them to the current page. | |
* | |
* Example: | |
* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ---- | |
// Sass (v3.3.6) | |
// Compass (v1.0.0.alpha.18) | |
// ---- | |
// Item list display | |
table.ms-listviewtable { | |
img { max-width: 100px; max-height: 100px; } | |
} |