Loading a JS gallery into a web page
I'm trying to add a product gallery using a JS provided by the product team.
For that, as told by BeTheme, I've added their primary snippet library to the "Custom CSS & JS" section in the Theme options. You can find the code in here: ::
Now I have to call a specific function from this snippet library to a particular page. So I added the following code to a column from the builder.
<script type='text/javascript'>load_signia_product_gallery('en','STYLETTO_CONNECT','100%','900px');</script>
Could you please help me out on how to embed such a script when using muffin builder.
Comments