-
Notifications
You must be signed in to change notification settings - Fork 146
Closed
Labels
Description
Hi.
to call the incredible work of MovingBoxes I use:
var winwidth = $(window).width() - 160;
$('#webkat').movingBoxes({width:winwidth,panelWidth:0.6,reducedSize:0.2,wrap:false});inside the &(document) ready function.
This works fine to get the size of the browsers window dynamically and fit the MovingBoxes into it.
I tried a long time to resize the width of the MovingBoxes dynamically with the jquery resize function if the browser window is resized after first loading. So far it is beyond my skills.
My question: is there a workaround to do this anywere. How could I get help for doing this?
Thanks.