codrops / ThumbnailGridExpandingPreview

A tutorial on how to create a thumbnail grid with an expanding image preview similar to the effect seen on Google Images.
360 stars 143 forks source link

Problems with plugin When DOM Manipulation #33

Open dhruvangg opened 6 years ago

dhruvangg commented 6 years ago

Any Changes in DOM not working....

In HubSpot, My DOM is bit diff. to first, i need to make it same layout like as follows. But after this, t not works....

$(window).load(function(e) { $('li').wrapAll('

');
Grid.init(); });