: How to create a dynamic grid that makes the current selection larger? You see website http://stackexchange.com/sites containing lots of images. By clicking each image it expands and clicking another
You see website stackexchange.com/sites containing lots of images.
By clicking each image it expands and clicking another images it expands and collapse previous clicked image. I have attached images below..
Before clicking image webmasters:
After clicking image webmasters:
More posts by @Turnbaugh106
1 Comments
Sorted by latest first Latest Oldest Best
The best thing to do here is inspect the source code.
I notice right away each block has -webkit-transform assigned to it. For example:
-webkit-transform: translate3d(288px, 0px, 0px);
As can be seen in this screenshot:
Then, I found the class isotope-image assigned to the div. A quick Google search turns up: isotope.metafizzy.co/demos/layout-modes.html
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.