Reputation: 21
I'm currently experiencing an issue with prettyPhoto playing youtube videos. Playing the video locally on my machine it will work like the below:
However, uploading the site online and when clicking the same shortcut it loads at the bottom of the page like below
If you need to look at my code please ask. I'm just puzzled to why this works locally and not online. The file structure is exactly the same.
Upvotes: 2
Views: 683
Reputation: 103
3rror404 is most likely right. I've had path issues when using pretty photo before.
Check if the paths are relative or absolute. You might also want to check inside the JavaScript/CSS files to make sure those paths line up.
If you're pretty confident that it's not a path issue then i would check for JavaScript errors within the page. You could use Google Chromes debugger or grab Firebug for Firefox.
Good Luck!
Upvotes: 2