Hello,
I would like to kow to to get a responsive background image with accordion, as you can see here, i got images on accordions but they 're not responsive, just cutted on the right when you resise browser.
Also, how to have a different accordion background-image each time responsive breakpoint happens ?
the code i use to display image on accordion is :
.dague a{
width: 916px;
height: 100px;
background: url(".../acc_dague.jpg");
overflow:hidden;
}
.dague a:hover{
background-position:0 -100px;
}
.dague .x-accordion-heading .x-accordion-toggle {
padding-left: 82px;
}