Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var el = document.createElement('script')
- el.setAttribute('src', 'https://v2-staging.rest-ar.com/restar-injector.js')
- el.onload = ()=> {
- window.RestARInjector.init({
- container: '.Product__Gallery',
- element: '.Product__SlideItem',
- productId: window.meta.product.id,
- models: ['//models.rest-ar.com/restar-pipeline-models/xero_blue/xero_blue']
- })
- }
- document.head.appendChild(el)
Add Comment
Please, Sign In to add comment