SHOW:
|
|
- or go back to the newest paste.
| 1 | - | if(document.querySelector('.w-product-title')) {
|
| 1 | + | |
| 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', |
| 6 | + | fotorama: true, |
| 7 | - | models_list: 'jaqui', |
| 7 | + | sort: 'first', |
| 8 | - | reverse: true, |
| 8 | + | models: ['//models.rest-ar.com/restar-pipeline-models/xero_blue/xero_blue'] |
| 9 | - | gallery_selector: '.fluid-carousel__slider', |
| 9 | + | |
| 10 | - | product_selector: '.w-product-title' |
| 10 | + | |
| 11 | document.head.appendChild(el) |