JQuery Freemasonry Fixed / Positioned Element

I have a navigation element inside a jquery cluster layout and I would like to lock it in a specific position to tell the truth. Is it possible to do this so that every other element is located around it?

something like a preposition for navigation ..

this is my code: http://jsfiddle.net/ftqTr/

right now I'm trying to position an empty element where the navigation is. but the size of the div boxes is random. so the fixed position for fake navigation or other solution will be awesome!

early

+6
source share
1 answer

This feature is often requested. I call it "corner printing." I created a modification that you can use:

https://github.com/desandro/masonry/issues/105 http://jsfiddle.net/desandro/M8EYn/embedded/result,js,css/


update March 25, 2016

This feature is implemented as a stamp option in Masonry v3.

+15
source

Source: https://habr.com/ru/post/895761/


All Articles