mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 04:21:23 +01:00
spanish labels on sliders
This commit is contained in:
parent
5390218604
commit
d4146abdf5
3 changed files with 12 additions and 3 deletions
|
@ -18,7 +18,10 @@ body {
|
|||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
$("#container1").twentytwenty();
|
||||
$("#container1").twentytwenty({
|
||||
before_label: 'Antes',
|
||||
after_label: 'Despúes'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -18,7 +18,10 @@ body {
|
|||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
$("#container1").twentytwenty();
|
||||
$("#container1").twentytwenty({
|
||||
before_label: 'Antes',
|
||||
after_label: 'Despúes'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
|
@ -18,7 +18,10 @@ body {
|
|||
</div>
|
||||
<script>
|
||||
$(function(){
|
||||
$("#container1").twentytwenty();
|
||||
$("#container1").twentytwenty({
|
||||
before_label: 'Antes',
|
||||
after_label: 'Despúes'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue