Skip to content

clickToOpen:點擊打開

clickToOpen 用於讓點擊行為觸發打開原圖、當前圖或放大鏡。

示例

js
clickToOpen: {
  enabled: true,
  preventDefault: true,
  type: 'actual',
  button: 0,
  alt: false,
  ctrl: false,
  shift: false,
  meta: false
}

字段說明

字段說明
enabled是否啟用
preventDefault阻止默認點擊行為
typeactual / current / magnifier
button鼠標按鈕(0/1/2)
alt/ctrl/shift/meta是否需要組合鍵

建議

對需要點擊交互的站點,可用 clickToOpen 替代懸停觸發。