Tanek
Posts: 6
Joined: Sat Jul 18, 2009 9:33 am

Can I make the frame (border) smaller?

Hi,

HS works great, but the frame on every picture is for my taste a little too big / wide. It would be perfect when the frame is between 1 and 2 pixel. Is that possible?

Now the settings are these, that I have a border with the .png image in the graphic folder.

Regards

Tanek
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Can I make the frame (border) smaller?

You probably have a CSS border as well as the outline graphic.
You can adjust the CSS border in this part of the highslide.css file:

Code: Select all

.highslide-image {
	border-width: 2px;
	border-style: solid;
	border-color: white;
	background: gray;
}
You can make a custom outline graphic in the Highslide Editor. Choose the Style tab, then click the Border and outline button under Popup styles.
2009-12-23_1723.png
2009-12-23_1723.png (105.5 KiB) Viewed 3054 times
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no

Return to “Highslide Editor”