ctf0 / Laravel-Media-Manager

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

Preview of image files #163

Closed wei-jinn closed 3 years ago

wei-jinn commented 3 years ago

Greetings. I just installed your media manager. Thanks for the awesome features and visual design. Everything works fine except the preview of image(jpg, svg format) does not show. What can I do to solve this issue? image

ctf0 commented 3 years ago

there is a template for the tickets, plz use it.

anyhow, without errors to debug there isnt much to say but i believe ur issue is related to running on localhost, so make sure your APP_URL is localhost:8000 or whatever port u r using for ur app.

wei-jinn commented 3 years ago

Thanks!