Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing the columns when changing from landscape to portrait #192

Open
Gizrah opened this issue Jun 29, 2015 · 2 comments
Open

Removing the columns when changing from landscape to portrait #192

Gizrah opened this issue Jun 29, 2015 · 2 comments

Comments

@Gizrah
Copy link

Gizrah commented Jun 29, 2015

On the issue topic at
#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
Copy link
Author

Gizrah commented Jun 30, 2015

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

@sidaurukfreddy
Copy link

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 😄

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants