Can't get shadowbox.js to work
-
I put the following code in the <head> tag in header.php. Then, in my markup I use the rel=”shadowbox” attribute. I’m not sure what I’m doing wrong here, can anyone help?
<link rel="stylesheet" type="text/css" href="plugins/shadowbox-3.0.3/shadowbox.css"> <script type="text/javascript" src="plugins/shadowbox-3.0.3/shadowbox.js"></script> <script type="text/javascript"> Shadowbox.init({ handleOversize: "drag", modal: true }); </script>
The topic ‘Can't get shadowbox.js to work’ is closed to new replies.