FastComments.com
Here you can edit and run the code snippet from our documentation.
Example Code Snippet "Image Chat sa prilagođenom veličinom kvadratića"
<!DOCTYPE html> <html> <head> <title>Image Chat with Custom Square Size</title> </head> <body> <img id="product-image" src="https://fastcomments.com/images/image-chat-demo-1.jpg" alt="Product Photo" /> <script src="https://cdn.fastcomments.com/js/embed-image-chat.min.js"></script> <script> FastCommentsImageChat(document.getElementById('product-image'), { tenantId: 'demo', chatSquarePercentage: 2, // Manji kvadratići (podrazumevano je 5) }); </script> </body> </html>
Result