nikini / ionic-gallery-modal

Ionic Gallery Modal (to show all your photos)
166 stars 84 forks source link

while the image loads there is a black background... #39

Open bogomips opened 6 years ago

bogomips commented 6 years ago

It would nice for the user seeing a spinner instead of the black background while the image loads. is it already implemented? is there any plan for it?

bogomips commented 6 years ago

At the end I cloned the repo, so the spinner exists. In order to make it work I changed a little bit the css, I removed "position: relative" on .fitted-image class

.fitted-image { display: inline-block; //position: relative;

nikini commented 6 years ago

I'll look into that. Indeed a spinner exists.

jayzyaj commented 5 years ago

Any updates on this?