Pārlūkot izejas kodu

Fixed hotspot tooltip centering.

pull/8/head
Matthew Petroff pirms 10 gadiem
vecāks
revīzija
20b33394c6
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js Parādīt failu

@@ -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;
});


Notiek ielāde…
Atcelt
Saglabāt