Changeset 1639509
- Timestamp:
- 04/18/2017 07:02:05 AM (9 years ago)
- File:
-
- 1 edited
-
tc-portfolio/trunk/assets/js/tc-custom.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tc-portfolio/trunk/assets/js/tc-custom.js
r1539986 r1639509 3 3 jQuery(".tcportfolio-container").isotope({ 4 4 itemSelector: '.tcportfolio_single_items', 5 //layoutMode: 'fitRows', 5 percentPosition: true, 6 masonry: { 7 // use outer width of grid-sizer for columnWidth 8 columnWidth:'.tcportfolio_single_items', 9 //columnWidth:100, 10 gutter:0 11 } 6 12 }); 7 13 // Add isotope click function
Note: See TracChangeset
for help on using the changeset viewer.