- 🇫🇷France Dom.
Please feel free if still experimenting.
My guess is you forgot about the "dist" folder on the masonry path which is quite often the case.
I am closing as outdated since Drupal 7 is long discouraged.
I installed Masonry API module as instructed. The status report page gives
jQuery Images Loaded 4.1
jQuery Masonry 4.2.2
No errors.
When I tried to use
var elem = document.querySelector('.grid');
var msnry = new Masonry( elem, {
// options
itemSelector: '.grid-column',
columnWidth: 200
});
I receive the "Masonry is not defined" error.
Can't understand what can be wrong. Please help to resolve the issue
Closed: outdated
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Please feel free if still experimenting.
My guess is you forgot about the "dist" folder on the masonry path which is quite often the case.
I am closing as outdated since Drupal 7 is long discouraged.