mirror of
https://github.com/medialab-prado/poblados-colonizacion-colonias-penitenciarias.git
synced 2024-12-26 12:31:22 +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>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
$(function(){
|
$(function(){
|
||||||
$("#container1").twentytwenty();
|
$("#container1").twentytwenty({
|
||||||
|
before_label: 'Antes',
|
||||||
|
after_label: 'Despúes'
|
||||||
|
});
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue