Click here to Skip to main content
15,891,785 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Hello there!

So I am trying to make my first JQuery based image slider & it seems like it wants to work but for some reason it doesnt want to show the images.

Is there something in the code that I am not seeing?
Or is it something wrong with the cycle2.

This is what it is giving me
http://imgur.com/3QUUbpc[^]



HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Full Width Responsive Image Slider</title>

<script type="text/javascript src="C:\Users\user\Desktop\Development\Full Width Slider Varga\js\jquery.js"></script>

<script type="text/javascript src="C:\Users\user\Desktop\Development\Full Width Slider Varga\js\jquery.cycle2.min.js"></script>

</head>



<body>

	<div class="cycle-slideshow">
		<img src="C:\Users\User\Desktop\Development\Full WIdth Slider Varga\images\Untitled.png">
		<img src="C:\Users\User\Desktop\Development\Full WIdth Slider Varga\images\wp.png">
		<img src="C:\Users\User\Desktop\Development\Full WIdth Slider Varga\images\wp2.png">
</div>

</body>
</html> 
Posted
Updated 17-Dec-15 15:55pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900