Columnizer-jQuery-Plugin icon indicating copy to clipboard operation
Columnizer-jQuery-Plugin copied to clipboard

Removing the columns when changing from landscape to portrait

Open Gizrah opened this issue 9 years ago • 2 comments

On the issue topic at https://github.com/adamwulf/Columnizer-jQuery-Plugin/issues/187 you mention there's no option to destroy and to (not) call it depending on screen size.

I'm trying to implement this in responsive webdesign, but when resizing a browser window (and when going from landscape to portrait and back) is it possible to update the column width or completely remove the columnizer effect?

Thanks.

Gizrah avatar Jun 29 '15 14:06 Gizrah

This snippet is a bit of a workaround: window.onorientationchange = function() { window.location.reload(); };

but it'd be awesome if Columnizer had a built-in update and/or remove command

Gizrah avatar Jun 30 '15 09:06 Gizrah

Hi @Gizrah i think you should use java script to detect screen, i use this way to make it maintain, here i documentation in my blog, I'm here to help you :smile:

http://sidaurukfreddy.blogspot.com/2015/07/making-style-newspaper-using-html.html

sidaurukfreddy avatar Jul 08 '15 11:07 sidaurukfreddy