-1

So far, I've got my gridster gallery working just fine, but only if I specify the file location in css.

I would like users to be able to upload images, and they are automatically added to the gallery.

I have a foreach which provides me with the logo url for each image, but how do I get that into gridster for each image?

I guess I'd need to resize the images too, and maybe count them?

I'm using Laravel, Blade and Gridster.

1 Answers1

0

Using ajax for upload image, and than in success ajax, you can append or html like this:

$("yourdivgallery").append("your result");
Wahyu Kodar
  • 654
  • 1
  • 6
  • 15