spanish labels on sliders

This commit is contained in:
Luis 2017-06-20 08:41:36 +02:00
parent 5390218604
commit d4146abdf5
3 changed files with 12 additions and 3 deletions

View file

@ -18,7 +18,10 @@ body {
</div> </div>
<script> <script>
$(function(){ $(function(){
$("#container1").twentytwenty(); $("#container1").twentytwenty({
before_label: 'Antes',
after_label: 'Despúes'
});
}); });
</script> </script>
</body> </body>

View file

@ -18,7 +18,10 @@ body {
</div> </div>
<script> <script>
$(function(){ $(function(){
$("#container1").twentytwenty(); $("#container1").twentytwenty({
before_label: 'Antes',
after_label: 'Despúes'
});
}); });
</script> </script>
</body> </body>

View file

@ -18,7 +18,10 @@ body {
</div> </div>
<script> <script>
$(function(){ $(function(){
$("#container1").twentytwenty(); $("#container1").twentytwenty({
before_label: 'Antes',
after_label: 'Despúes'
});
}); });
</script> </script>
</body> </body>