hi I'm using this script, slideshow background image:
<script type="text/javascript">
jQuery(function($){
$.supersized({
//Functionality
slideshow : 1,
autoplay : 1,
start_slide : 1,
slide_interval : 30
transition : 1,
transition_speed : 50
new_window : 1,
pause_hover : 0,
keyboard_nav : 1,
performance : 1,
//Size & Position
min_width : 0,
min_height : 0,
vertical_center : 1,
horizontal_center : 1,
fit_portrait : 1,
fit_landscape : 0,
//Components
navigation : 1,
thumbnail_navigation : 1,
slide_counter : 1,
slide_captions : 1,
slides : [
{image : "images/1.jpg"},
{image : 'images/2.jpg'},
{image : ' title : 'Applewood by Kitty Gallannaugh', url : '
]
});
});
</script>
I can see the image with the external link, but I can not see images in my images folder,
could be a syntax error on the path, any tips?
thanks
<script type="text/javascript">
jQuery(function($){
$.supersized({
//Functionality
slideshow : 1,
autoplay : 1,
start_slide : 1,
slide_interval : 30
transition : 1,
transition_speed : 50
new_window : 1,
pause_hover : 0,
keyboard_nav : 1,
performance : 1,
//Size & Position
min_width : 0,
min_height : 0,
vertical_center : 1,
horizontal_center : 1,
fit_portrait : 1,
fit_landscape : 0,
//Components
navigation : 1,
thumbnail_navigation : 1,
slide_counter : 1,
slide_captions : 1,
slides : [
{image : "images/1.jpg"},
{image : 'images/2.jpg'},
{image : ' title : 'Applewood by Kitty Gallannaugh', url : '
]
});
});
</script>
I can see the image with the external link, but I can not see images in my images folder,
could be a syntax error on the path, any tips?
thanks