Просмотр исходного кода

Fixed hotspot tooltip centering.

pull/8/head
Matthew Petroff 10 лет назад
Родитель
Сommit
20b33394c6
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js Просмотреть файл

@@ -497,8 +497,8 @@ function createHotSpots() {
}
span.innerHTML = hs.text;
div.appendChild(span);
span.style.width = span.scrollWidth - 20 + 'px';
span.style.marginLeft = -(span.scrollWidth - 20) / 2 + 'px';
span.style.width = span.scrollWidth - 26 + 'px';
span.style.marginLeft = -(span.scrollWidth - 26) / 2 + 'px';
span.style.marginTop = -span.scrollHeight - 12 + 'px';
hs.div = div;
});


Загрузка…
Отмена
Сохранить