Open blonder413 opened 4 years ago
When I put my application in production mode the image becomes in a simple link, the lightbox it doesn't work
Dear, I just went through the same problem, and the app was breaking. The drawback I think is a typing error, if we look at the console it throws an error that it cannot find the file in the published assets, but the files are there. So I started looking because if they are, it does not take them, and it is because it inserts the files with an error in the paths.
So I went to the widget's Assets file and found this:
So I solved it by prefixing css / and js / respectively as it is in the YII_DEBUG verification. I hope the developer can correct this error as it is a nice plugin.
I hope I have helped you, greetings!
When I put my application in production mode the image becomes in a simple link, the lightbox it doesn't work