Plugin Directory

Changeset 1639509


Ignore:
Timestamp:
04/18/2017 07:02:05 AM (9 years ago)
Author:
themescode
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tc-portfolio/trunk/assets/js/tc-custom.js

    r1539986 r1639509  
    33    jQuery(".tcportfolio-container").isotope({
    44        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        }
    612    });
    713    // Add isotope click function
Note: See TracChangeset for help on using the changeset viewer.