|
6 | 6 | <meta name="description" content="A touchable jQuery lightbox plugin for desktop, mobile and tablet" /> |
7 | 7 | <meta property="og:site_name" content="Swipebox" /> |
8 | 8 | <meta property="og:url" content="http://brutaldesign.github.com/swipebox/" /> |
9 | | - <meta property="og:image" content="http://swipebox.brutaldesign.com/meta/swipe250.jpg" /> |
| 9 | + <meta property="og:image" content="http://swipebox.csag.co/images/swipe250.jpg" /> |
10 | 10 | <meta property="og:type" content="article" /> |
11 | 11 | <meta property="og:title" content="Swipebox | A touchable jQuery lightbox" /> |
12 | 12 | <meta property="og:description" content="Swipebox is a jQuery lightbox plugin for desktop, mobile and tablet"> |
13 | 13 | <meta itemprop="name" content="Swipebox | A touchable jQuery lightbox"> |
14 | | - <meta itemprop="image" content="http://swipebox.brutaldesign.com/meta/swipe250.jpg"> |
| 14 | + <meta itemprop="image" content="http://swipebox.csag.co/images/swipe250.jpg"> |
15 | 15 | <meta itemprop="description" content="Swipebox is a jQuery lightbox plugin for desktop, mobile and tablet"> |
16 | 16 | <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Noto+Serif:400,700&subset=latin,latin-ext' rel='stylesheet' type='text/css'> |
17 | 17 | <link rel="stylesheet" href="style.css"> |
@@ -105,23 +105,23 @@ <h3>Compatibility</h3> |
105 | 105 | <h2>Try it</h2> |
106 | 106 | <ul id="box-container"> |
107 | 107 | <li class="box"> |
108 | | - <a href="images/image-1.jpg" class="swipebox" title="Fog"> |
109 | | - <img src="images/image-1.jpg" alt="image"> |
| 108 | + <a href="http://swipebox.csag.co/images/image-1.jpg" class="swipebox" title="Fog"> |
| 109 | + <img src="http://swipebox.csag.co/images/image-1.jpg" alt="image"> |
110 | 110 | </a> |
111 | 111 | </li> |
112 | 112 | <li class="box"> |
113 | | - <a href="images/image-2.jpg" class="swipebox" title="City"> |
114 | | - <img src="images/image-2.jpg" alt="image"> |
| 113 | + <a href="http://swipebox.csag.co/images/image-2.jpg" class="swipebox" title="City"> |
| 114 | + <img src="http://swipebox.csag.co/images/image-2.jpg" alt="image"> |
115 | 115 | </a> |
116 | 116 | </li> |
117 | 117 | <li class="box"> |
118 | | - <a href="images/image-3.jpg" class="swipebox" title="Street"> |
119 | | - <img src="images/image-3.jpg" alt="image"> |
| 118 | + <a href="http://swipebox.csag.co/images/image-3.jpg" class="swipebox" title="Street"> |
| 119 | + <img src="http://swipebox.csag.co/images/image-3.jpg" alt="image"> |
120 | 120 | </a> |
121 | 121 | </li> |
122 | 122 | <li class="box"> |
123 | | - <a href="images/image-4.jpg" class="swipebox" title="Mustache Guy"> |
124 | | - <img src="images/image-4.jpg" alt="image"> |
| 123 | + <a href="http://swipebox.csag.co/images/image-4.jpg" class="swipebox" title="Mustache Guy"> |
| 124 | + <img src="http://swipebox.csag.co/images/image-4.jpg" alt="image"> |
125 | 125 | </a> |
126 | 126 | </li> |
127 | 127 | </ul> |
@@ -255,8 +255,8 @@ <h3>Options</h3> |
255 | 255 | $( '#gallery' ).click( function( e ) { |
256 | 256 | e.preventDefault(); |
257 | 257 | $.swipebox( [ |
258 | | - { href : 'images/image-1.jpg', title : 'My Caption' }, |
259 | | - { href : 'images/image-2.jpg', title : 'My Second Caption' } |
| 258 | + { href : 'http://swipebox.csag.co/mages/image-1.jpg', title : 'My Caption' }, |
| 259 | + { href : 'http://swipebox.csag.co/images/image-2.jpg', title : 'My Second Caption' } |
260 | 260 | ] ); |
261 | 261 | } ); |
262 | 262 |
|
|
0 commit comments