Questions tagged [freewalljs]

Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts: flexible layouts, images layouts, nested grid layouts, metro style layouts, pinterest like layouts ... with nice CSS3 animation effects and call back events. Freewall is all-in-one solution for creating dynamic grid layouts for desktop, mobile and tablet.

Freewall is a cross-browser and responsive jQuery plugin to help you create many types of grid layouts: flexible layouts, images layouts, nested grid layouts, metro style layouts, pinterest like layouts ... with nice CSS3 animation effects and call back events. Freewall is all-in-one solution for creating dynamic grid layouts for desktop, mobile and tablet.

How it works

Based on the width (or height) of a container and the width (height) of a cell unit, It will create a virtual matrix. Scaning the matrix at each cell will find a free cell around to made a free area, then try to fit a block element into it. In case no block can fit the gap, it will resize the block to fill the gap (that is one of the options).

Official Website

http://vnjs.net/www/project/freewall/

18 questions
0
votes
1 answer

Changing script into html

I am creating a masonry style image page and using the FreeWall script. However the way that it brings in the images seems to be that it is linking to the folder - i/photo/{index}.jpg. I need it to just be static img tags within the #freewall div so…
lbollu
  • 269
  • 4
  • 18
0
votes
2 answers

Getting a range of numbers for a counter to count

I’m making a site using FreeWall and I’m having trouble when I use the appendBlock method to add new blocks to the wall. When I add new blocks, I get the same blocks that I already have again. Here is my code (JavaScript): // Populate grid with…
user12920
  • 301
  • 3
  • 11
-1
votes
2 answers

Freewall Js website not found

I am using this excelent javascript library. Since Monday the webpage of the project is not loading: http://vnjs.net/www/project/freewall/ Whats wrong? Is there any other webpage to access the documentation? Thank you in advance!
1
2