Hi,
Is there any way to hide the thumbnails by defaulf?
BR,
Nicolas Cubillas
Hi,
Is there any way to hide the thumbnails by defaulf?
BR,
Nicolas Cubillas
Somewhere on your page you could put the following code to hide the thumbs:
<script type="text/javascript">
window.addEvent('domready', function() {
thumbs();
});
</script>
You must log in to post.