Styling Shadowbox – problems
-
I have successfully installed Shadowbox and it is working fine. I can’t seem to get the shadowbox.init statement to work. I put the code in below but it doesn’t appear to do anything. Have styled shadowbox in this same way outside of wordpress with no problems so not sure whats going on. Can anyone help please?
I put this in my head just before </head>:
<script type=”text/javascript”>
Shadowbox.init({
handleOversize: “drag”,
displayNav: false,
handleUnsupported: “remove”,
autoplayMovies: false
});
</script>
- The topic ‘Styling Shadowbox – problems’ is closed to new replies.