Adrian Hernandez Lopez

Results 13 comments of Adrian Hernandez Lopez

I have found the same issue today. I guess that the error is located in how the image is requested to the server because the same request is sent twice...

I have tried that and got the same result (using Bootstrap 3). Also tried the disable-external-check option. In addition, as @mickey9801 said it is visible in this url http://ashleydw.github.io/lightbox/bs3.html#data-remote

It works but there is an error in the console Uncaught TypeError: url.indexOf is not a function at jQuery.fn.init.jQuery.fn.load (libs.js:9857) at Image.d.onload (project-view.js:14810)   | jQuery.fn.load | @ | libs.js:9857   |...

I wrapped the image with an element with the library data attributes and it does the job but the data-remote issue still there in BS3.

I have created a pull request with the required changes: #100

I'm using 0.3.10. See output below ```/src # composer global require hirak/prestissimo Changed current directory to /root/.composer 1/5: http://repo.packagist.org/p/provider-latest$8ceb2badbc89452e5e2b5adca7cc3da28734101ac2c3ff4dcfe3b36f97f3d84b.json 2/5: http://repo.packagist.org/p/provider-2019-07$5c9eb28305da605719818d18142541f6dec37eeaae135a9ed424b9a057c916fc.json 3/5: http://repo.packagist.org/p/provider-2019-10$3029eb3bdc0f06f2226b56aa41c6937e6181d93e6f8b762860d2cfcb96df251a.json 4/5: http://repo.packagist.org/p/provider-2020-01$4ed89a9ace727e338e45d11a3bfb2168f195c9b9a1906dac785cb05f8fd4c711.json 5/5: http://repo.packagist.org/p/provider-2019$3a7b8497ad4a6094793641da69678b0c788362de3fd7120120fcf2cd74beadc6.json Finished: success: 5,...

Would be great to see this feature in a future release. Thanks :)

Was this multiple upload release? I'm trying to make it work via the configuration but the file upload is a single file. ``` { results.data.forEach((item: StockFromCSV) => { // Data...