$(function(){
  
  $("#images").dpg_scale_images({
    scale_percentage: 100,
    scale_axis: 'both',
    min_width: 2000,
    min_height: 200,
    max_width: 9999,
    max_height: 9999,
    width_deduction: 0,
    height_deduction: 0,
    fill_container: true,
    set_visibility: true
  });
  
  $(".draggable").draggable();
  
});

