SHOW:
|
|
- or go back to the newest paste.
| 1 | <!-- RestAR Script --> | |
| 2 | <script src="https://v2.rest-ar.com/restar-injector.js"></script> | |
| 3 | <script defer> | |
| 4 | window.RestARInjector.init({
| |
| 5 | - | container: '.swiper-wrapper', |
| 5 | + | container: '.Product__Gallery', |
| 6 | - | models_list: 'jaqui', |
| 6 | + | element: '.Product__SlideItem', |
| 7 | - | reverse: true, |
| 7 | + | productId: window.meta.product.id, |
| 8 | - | gallery_selector: '.fluid-carousel__slider', |
| 8 | + | models_list: 'secretoshape' |
| 9 | - | product_selector: '.w-product-title' |
| 9 | + | |
| 10 | </script> | |
| 11 | <!-- RestAR Script End --> |