mateuszmarkowski / jQuery-Seat-Charts

jQuery Seat Charts Plugin
MIT License
593 stars 210 forks source link

[Feature Request] How to add custom icons as seats #45

Closed kirantpatil closed 7 years ago

kirantpatil commented 7 years ago

Hi,

I would like to add custom icon as seat.

Is it possible now ?

If yes then how to do it ?

Thanks.

mateuszmarkowski commented 7 years ago

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;
}