How can I add alternative text in thumbnail and big image with jquery.galleria.js?
$(window).load(function() {
Galleria.loadTheme('http://www.bulogjatim.com/wp-content/themes/duotive-fortune/js/jquery.galleria.template.js');
$("#galleria").galleria({
width: 880,
height: 439,
transition: 'fadeslide'
});
);
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<div id="galleria" class="galleria-wrapper">
<a class="image-wrapper" href="http://veithen.github.io/images/icon-stackoverflow.svg">
<img src="http://veithen.github.io/images/icon-stackoverflow.svg" />
</a>
</div>