mateuszmarkowski/jQuery-Seat-Charts

[Feature Request] How to add custom icons as seats

Closed this issue · 1 comments

Hi,

I would like to add custom icon as seat.

Is it possible now ?

If yes then how to do it ?

Thanks.

Please see the Styling section. The default CSS classes are very basic and use background-color but it doesn't mean that you can't use more sophisticated background features such as for example:

div.seatCharts-seat.selected {
   background: url(http://your-backgrund-url.com/image.png);
   background-size: contain;
}