-1

I am using the fancybox plugin for gallery on my website. Everything works fine on my localhost, but when I upload my website, and try to open an image in gallery there is a message: Requested content cannot be loaded. Please try again later.. This happens when i try to open an imgage

Does enyone know what is the problem?

1 Answers1

0

Is it possible you are not using relative links eg. <img src="/images/image.png"> vs <img src="localhost/images/image.png"> best guess without seeing a code example.

Joshua Klein
  • 189
  • 2
  • 13