Bläddra i källkod

Fixed hotspot tooltip centering.

pull/8/head
Matthew Petroff 10 år sedan
förälder
incheckning
20b33394c6
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. +2
    -2
      src/js/pannellum.js

+ 2
- 2
src/js/pannellum.js Visa fil

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


Laddar…
Avbryt
Spara