SHOW:
|
|
- or go back to the newest paste.
| 1 | var el = document.createElement('script')
| |
| 2 | el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
| |
| 3 | el.onload = ()=> {
| |
| 4 | window.RestARInjector.init({
| |
| 5 | container: '.Product__Gallery', | |
| 6 | - | fotorama: true, |
| 6 | + | element: '.Product__SlideItem', |
| 7 | - | sort: 'first', |
| 7 | + | productId: window.meta.product.id, |
| 8 | ||
| 9 | models: ['//models.rest-ar.com/restar-pipeline-models/xero_blue/xero_blue'] | |
| 10 | }) | |
| 11 | } | |
| 12 | document.head.appendChild(el) |