Questions tagged [highslide]

Highslide JS is an image, media and gallery viewer written in JavaScript

Highslide JS is an image, media and gallery viewer written in JavaScript.

Highslide is free for personal, non-commercial use. It requires a purchased licence for commercial use.

Resources

169 questions
4
votes
2 answers

Error when closing Iframe in IE

Making a site that has a videos that are inside Iframe opened with Highslide. It all works great except in IE. When I close the Highslide (and delete the Iframe inside), I get these error messages : SCRIPT5007: Unable to get property 'random' of…
Chaosxmk
  • 774
  • 14
  • 28
2
votes
1 answer

Vanilla JS Modal with good iFrame support

Hi Im trying to trying to track down a good modern Vanilla Javascript modal/lytebox with iFrame support, essentially I have I number of links like below: That I want to trigger the modal with…
sjm
  • 5,378
  • 1
  • 26
  • 37
2
votes
0 answers

Highslide - unwanted background appears when mousing over around outside of expanded image

I'm having a problem with the expanded image in Highslide. For some reason, I'm getting some white/gray (#EBF6FF to be exact) background appearing when I bring the mouse close to the image around the outside. Here's a link to a screenshot. It also…
rca626
  • 21
  • 2
2
votes
1 answer

How to get a highslide custom overlay Z-index to work?

I have implemented highslide custom overlay to contain a 'next' and 'previous' links to navigate between images. I need the links to be relative to the screen because I'm doing a responsive website. So I set hs.registerOverlay({ relativeTo:…
Asaf Agranat
  • 392
  • 3
  • 8
2
votes
1 answer

Triggering multiple javascripts nested inside AJAX page

[A] I am using the splendid Highslide script to open a modal window (via its built-in AJAX functionality). [B] So I will use 'main' to refer to the top/main page and 'insert' to describe the page being inserted into the 'main'. [C] The 'insert' page…
JJ.
  • 79
  • 8
1
vote
0 answers

Highslide images don't pop up when url has https://

I use Highslide on my website and blog and the images pop up beautifully when the URL starts http://, but when the URL URL starts https:// (which it doesn't automatically do as I haven't enabled it yet) then images don't pop up, they open up on a…
1
vote
0 answers

how can Highslide work together with AngularJs

Here is my js code define (function (require) { ... const hs = require('highslide'); ... app.directive('anaResult',['$document', function($document) { return { link: function(scope, element) { hs.htmlExpand(scope, {…
1
vote
1 answer

Create two object Highslide

I faced with problem. I create two objects in highslide at the same time, but one of them don't activated (I can't close or move him). Below I write example: hs.graphicsDir = 'http://highslide.com/highslide/graphics/'; hs.outlineType =…
deniska369
  • 241
  • 2
  • 13
1
vote
1 answer

JS: Call a specific function of a given script-object

Is this possible? myscripts = document.getElementsByTagName("script"); myscripts[0].init(); The Problem i use highslide with several html-Windows (htmlExpand). Every have a script with a init()function. If one Window is opened, it's included init…
strech
  • 33
  • 5
1
vote
2 answers

Keeping slideshow on top with page below visible

I have a pretty big Intranet site at work, there are detailed work descriptions. There are links in the procedure that bring up pics, and I'm using Highslide. The default behavior is to bring the gallery up and dim the background. When you click…
1
vote
1 answer

Highslide not following scroll on page

I have a parent page which is within a iframe. I would like to call highslide which follows the scroll on parent page. I tried placing code: Highslide, Auto follow scroll It works fine when the parent page is not within an iframe. But when parent…
nvd
  • 11
  • 2
1
vote
2 answers

if statement within function breaks javascript

I'm stumped with this one and would really appreciate someone's help. I'm customizing highslide for integration with wordpress. Via the following code within the highslide.config.js file I'm adding a class name to certain elements and passing…
fbb
  • 13
  • 2
1
vote
1 answer

Javascript code sometimes printed on the screen

I'm using highslide library in my website, and some times not all the time, the code I used is printed on the screen, but I don't know why, this is my code: