Romain

Results 130 comments of Romain

Hi, this is a good idea. The core themes use LightGallery for viewing the images. There is a plugin for rotating the images, which you can try here: http://sachinchoolur.github.io/lightGallery/#lg=1&slide=0. I...

I had a look and unfortunately the "rotate" plugin is only available in Lightgallery 1.8, which is released under GPL license. This means it cannot be bundled into Thumbsup. Until...

Hi, I think the Docker Compose snippet you posted is missing the `thumbsup` command. Can you please try: ``` command: [ "thumbsup", "--input", "/input", "--output", "/output" ] ``` The second...

Thank you for raising this with detailed steps. I agree it should just work transparently with symlinks, I will investigate.

Hi, sorry for not noticing before! This is a great feature. My only question is why you had to comment out the caching in the ˋpicasa.album` function? Edit: thinking about...

Thanks for your contribution, and for writing/updating the tests! There should be a new release soon.

No worries, that's also possible :) I now added a test for caching and everything is good.

The independent scaling is very important for us as well. This will be the difference between using `ecs-cli` for testing purposes (1 instance of everything), and being a tool we...

@jaredthigpen it definitely helped me, cheers! I had very similar symptoms (the fixed div not responding to clicks, or jumping to the middle of the page), and like you it...

@sebumd For me the problem happened when scrolling while "changing page". Since it's a single-page web app, changing page is really custom code that changes the visibility of certain DIVs:...