Need Marketo folder path for js

Anonymous
Not applicable

Hi everyone,

I have a landing page in which i am using a layerslider. There is some script that points to a skins folder and I need to define that path. I have to use our Marketo account to host the files. Below is the script that I need to enter a path into. For now it's just showing the local path on my machine.

How could I find a path to my folder?

Thanks in advance for any help.

<script type="text/javascript">

$(document).ready(function() {

$('#slider').layerSlider({

sliderVersion: '6.0.0',

type: 'fullwidth',

responsiveUnder: 1200,

maxRatio: 1,

hideUnder: 0,

hideOver: 100000,

skin: 'outline',

skinsPath: '../../layerslider/skins/',

navButtons: 'false',

});

});

</script>

11 REPLIES 11