View difference between Paste ID: 6JxXF1hv and iD3EN0W9
SHOW: | | - or go back to the newest paste.
1
if(document.querySelector('.w-product-title')) {
2
    var el = document.createElement('script')
3
    el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
4
    el.onload = ()=> {
5
        window.RestARInjector.init({
6
            container: '.swiper-wrapper',
7-
            models_list: 'jaqui',
7+
	models: ['//models.rest-ar.com/restar-pipeline-models/xero_blue/xero_blue'],
8
            reverse: true,
9
            gallery_selector: '.fluid-carousel__slider',
10
            product_selector: '.w-product-title'
11
        })
12
    }
13
    document.head.appendChild(el)
14
}