Created
August 26, 2015 18:50
-
-
Save pablocattaneo/599b38526a9ad576768f to your computer and use it in GitHub Desktop.
Codigo para los slider (bxslider) para Carrefour. Con los estilos aplicados.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="slider-huella-desktop" class="onlyDesktopBlock__TP"> | |
<div class="slider"> | |
<div> | |
<img src="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_1.jpg"}}" alt="" data-image="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_1.jpg"}}"/> | |
</div> | |
<div> | |
<img src="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_2.jpg"}}" alt="" data-image="{{media url="wysiwyg/huella_natura_tp/huella_natural_slider_2.jpg"}}"/> | |
</div> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Slider */ | |
#content-huellanatural .bx-viewport{ | |
margin-left: 5px; | |
border: 0; | |
box-shadow: none; | |
} | |
/* Slider */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment