We have tried many times to upload thumb images but there is an error 404 as link to thumbs and your API is not working.
How to manage these values?
docs.averta.net/display/MSJQ/Loading+photos+from+Flickr
Line:
In slide templates you can use shortcodes which will be replaced width appropriate data after initiation.
{{thumb}} Photo thumbnail path
Source code:
<!-- masterslider -->
<div class="master-slider ms-skin-default" id="masterslider">
<div class="ms-slide" id="slide1">
<img src="masterslider/blank.gif" data-src="{{image}}" alt="{{title}}"/>
<img class="ms-thumb" src="{{thumb}}" alt="{{title}}"/>
<p class="ms-layer"
style="background:rgba(255,255,255,0.5); padding: 20px;"
data-offset-x = "50"
data-offset-y = "50"
data-origin = "bl"
>
{{title}}<br>
{{description}}<br>
by:{{owner-name}} <br>
date:{{date-taken}}
</p>
</div>
</div>
<!-- end of masterslider -->