Advertisement
Guest User

work_sking_setting

a guest
Sep 18th, 2013
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.73 KB | None | 0 0
  1.     <skin_settings devices="desktop"
  2.         bingmaps="false"
  3.       bingmaps_key=""
  4.       bingmaps_zoombuttons="false"
  5.       gyro="false"
  6.       thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
  7.       thumbs_opened="false"
  8.       thumbs_text="false"
  9.       thumbs_dragging="true"
  10.       thumbs_onhoverscrolling="false"
  11.       thumbs_scrollbuttons="false"
  12.       thumbs_scrollindicator="true"
  13.       tooltips_thumbs="true"
  14.       tooltips_hotspots="true"
  15.       tooltips_mapspots="true"
  16.       controlbar_offset="20"
  17.     />
  18.     <!-- Alternative skin_setting for tablet and mobile -->
  19.     <skin_settings devices="tablet"
  20.        bingmaps="false"
  21.       bingmaps_key=""
  22.       bingmaps_zoombuttons="false"
  23.       gyro="false"
  24.       thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
  25.       thumbs_opened="false"
  26.       thumbs_text="true"
  27.       thumbs_dragging="true"
  28.       thumbs_onhoverscrolling="false"
  29.       thumbs_scrollbuttons="true"
  30.       thumbs_scrollindicator="true"
  31.       tooltips_thumbs="false"
  32.       tooltips_hotspots="false"
  33.       tooltips_mapspots="false"
  34.       controlbar_offset="20"
  35.    />
  36.     <skin_settings devices="mobile"
  37.        bingmaps="false"
  38.       bingmaps_key=""
  39.       bingmaps_zoombuttons="false"
  40.       gyro="false"
  41.       thumbs_width="120" thumbs_height="80" thumbs_padding="10" thumbs_crop="0|40|240|160"
  42.       thumbs_opened="false"
  43.       thumbs_text="true"
  44.       thumbs_dragging="true"
  45.       thumbs_onhoverscrolling="false"
  46.       thumbs_scrollbuttons="true"
  47.       thumbs_scrollindicator="true"
  48.       tooltips_thumbs="false"
  49.       tooltips_hotspots="false"
  50.       tooltips_mapspots="false"
  51.       controlbar_offset="20"
  52.    />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement