In the chat settings inside the crm snapengage, you can change the look of the button, a single button for all screens, is it possible to change it for mobile devices?
* replace the icon itself. it is initially loaded into crm.
In the chat settings inside the crm snapengage, you can change the look of the button, a single button for all screens, is it possible to change it for mobile devices?
* replace the icon itself. it is initially loaded into crm.
if($(window).width() <= 600) { $("#img").attr("src","https://www.flaticon.com/premium-icon/icons/svg/69/69075.svg"); } <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <img src="https://image.flaticon.com/icons/svg/281/281769.svg" id="img" width="50px"> Source: https://ru.stackoverflow.com/questions/755233/
All Articles