Open Cam opened 10 years ago
It is responsive. Ye doesn't resizes itself when you resize your browser, as the grid is adjusted on page load. I will work on it to handle browser resize. You can have a look this example on various browser sizes. (have to refresh the page on resize) http://jsfiddle.net/nitinh/e32nw/3/embedded/result/
Looks promising, but I think to make it really solid it needs to update on resize :)
Ye I'll work on it.
Cool cool. Shouldn't this "issue" remain open and be set as "enhancement"?
I do not want to be impatient, but what is the status about "update on resize" Thanks
Sorry haven't been able to work on that. Though PR is most welcome.
Hi, just a quick and dirty fix can be found in the small mashup I created if you guys are interested... http://peterfabian.github.io/justiswipe_flickr_gallery/
@peterfabian Did a little poking around and didn't find your fix. Maybe you could paste the important bits here?
@su-narthur as far as I remember, it's a very simple hack, I just tied the window.onresize
event to artificialResponsiveness
function in flickr.fetch.js
in my repo (which just triggers recalculating of the image sizes and positions).
I think there were some subtle bugs when the re-flow happened around margins, so I attempted to fix that with commit 3c33429, so you might want to play with jquery.justified.images.js
a bit, too.
Hi Nitin. The plugin doesn't appear to be responsive. Can it be made responsive using options? I see no mention of that.