SchwarzwaldFalke
SchwarzwaldFalke
Is there another possible fix for this? I have the same problem on my website. Thanks!
Looks like there's a pure JS implementation of encrypt.c: https://www.reddit.com/r/pokemongodev/comments/4wo75h/pure_javascript_typescript_port_of_encryptc/ So I guess that would also be possible in PHP? We could include the "encrypt.php" from some external source then.
Wow, thank you!
Can you please check the "[ngGalleryFromHtmlImages](https://github.com/SchwarzwaldFalke/ngGallery/tree/ngGalleryFromHtmlImages)" branch? Usage example: https://rawgit.bessei-it.eu/SchwarzwaldFalke/ngGallery/ngGalleryFromHtmlImages/examples/imagesFromHtml/index.html Important: You still need an array inside your scope for the images. Just leave it empty if you add all...
Hi! I'm not sure if the current solution will help you: It also expects img tags inside the ng-gallery directive and replaces them (as soon as angularJS starts) with the...