Hello!
I wanted to ask you, if there’s a way to disable that “re-arrangement” of portfolio or blog entries while changing the browser-width.
It seems like they need to “re-arrange” but i want them to constantly do this, like a masonry gallery.
is this possible?
I already found a code, that stops the animation, but not the resizing :/
.grid-entry {
-webkit-transition: none !important;
-moz-transition: none !important;
transition: none !important;
}
Thanks i advance!
Ok, i’ve solved the problem using the “masonry” and not “portfolio grid” :-)