Skip to content

Commit 134eb4b

Browse files
committed
fix sample image link
1 parent 625731f commit 134eb4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎index.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ <h4>Diameter Variation:</h4>
226226
<input type="range" class="input-knob" data-diameter="32"/>
227227
<hr/>
228228
<h4>With External Knob Image</h4>
229-
<img src="./images/KnobMan96.png" width="60" style="float:left;border:2px solid #66d;margin-right:20px"/>
229+
<img src="./images/knobman96.png" width="60" style="float:left;border:2px solid #66d;margin-right:20px"/>
230230
<p lang="en">The knob image can be specified with 'data-src' attribute.<br/>
231231
This image is a simple single knob-image that pointing upward.<br/>
232232
Image is automatically resized to 'data-diameter' size.

0 commit comments

Comments
 (0)