shoelaced
Posts: 1
Joined: Tue May 20, 2014 5:30 am

Weird white border showing up in transition

Hey there,

So I'm using a dark sort of theme for a Highslide gallery but there's a white border that appears during the transition that is very distracting. I've changed every border and background element that I can find in the CSS but to no avail.

I've attached a screenshot of the phenomenon, can you tell me what it might be and where I can fix it?

Here's the live page (careful -- autoplaying music), and I've slowed down the transition to see it better:
http://mariadominiquelopez.com/gallery.html

Thanks!!
Shoelaced
issue.jpg
issue.jpg (236.53 KiB) Viewed 1565 times
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Weird white border showing up in transition

Hi,

The white "border" is actually the background color of the outline graphic file. You can change the background color of the outline graphic file in the Highslide Editor, but I think the easiest for you is to remove the entire outline graphic since the only part that is visible is the annoying white "border" during the transition.

Open your highslide-config.js file and find this line:

Code: Select all

hs.outlineType = 'custom';
Change it to this:

Code: Select all

hs.outlineType = '';
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide JS Usage”