window.addEventListener('DOMContentLoaded', function() {

 var opt =   
  {
  useFullscreen:true,
  origins:[50, 50],
  force2d:false,
  boxThickness:40,
  constraint:1200,
  backImage:'https://solfilmprodukties.nl/wp-content/uploads/pro3d-designer/assets/back.png',
  texturePath:'https://solfilmprodukties.nl/wp-content/uploads/pro3d-designer/assets/textures',
  roomSize:2000,
  zoomAmount:200,
  containerZ:0,
  cameraZ:200,
  minZ:0,
  maxZ:600,
  useDrag:true,
  useLightBorder:true,
  borderScale:1.22,
  tiltAngle:45,
  useButtonNavigator:true,
  useKeyboard:true,
  useMousewheel:true,
  mouseDragSpeed:1,
  easing:'easeOutQuad',
  duration:1200,
  components:[2, 0],
  textures:[0, 1, 2, 3, 4],
  categoryMenu:{
    horizontal:true
  },
  targetLink:'_blank',
  gal2d:{
    distance:200,
    borderStyle:'',
    minScale:0.5,
    maxScale:1,
    loop:false,
    rangeCount:3,
    easing:'easeInQuad',
    duration:2000,
    roundCorner:0,
    ovalShape:false,
    itemShadow:'',
    responsive:{
      XS:0.7,
      SM:0.75,
      MD:0.85,
      LG:1,
      XL:1
    }
  },
  mediaviewer:{},
  responsive:{
    XS:-720,
    SM:-650,
    MD:-350,
    LG:0,
    XL:0
  }
  };

  var el = document.querySelector('.rs-pro3d-1983');
  var pro3d = new PhotoRoom(el, opt);
});