ctf0 / Laravel-Media-Manager

A "Vuejs & Laravel" Media Manager With Tons of Features
MIT License
829 stars 179 forks source link

Media Modal: Thumbnail not loading #68

Closed thanhtung2693 closed 5 years ago

thanhtung2693 commented 5 years ago

What version of Laravel are you using? (nothing lower than v5.4).

5.7

is it an issue related to installation or usage ?

Usage

what is the error you are getting ?

Hi, I'm using TinyMCE, when the media modal is opened, the thumbnal in the "__box-img" is not loaded (no img tag) unless I do something with the window (resize, open developer tool...). I've set the lazy_load_image_on_click to false but still not working.

Extra Info "attaching a screen shot would be very helpful"

image

Do You Know A Solution For this Issue ?

Temporarily, I have to go to lazyLoading/normal.vue and set the this.intersected = true (comment the this.obrserver()).

ctf0 commented 5 years ago

this is an issue with the intersectionObserver(), so for a start can u check if the console has an error.

thanhtung2693 commented 5 years ago

Hi, unfortunately the console has no error :(. I've uploaded some images and only few images are loaded

image

ctf0 commented 5 years ago

does this happens with all the browsers or only one ?

thanhtung2693 commented 5 years ago

Happens with Chrome, Safari, Edge, Firefox and maybe all :(

ctf0 commented 5 years ago

@thanhtung2693 sorry for the delay, if the issue still persist, can u make a demo repo so i can test with ?