I want to use Header Image rotator with my own Images - but the Images are 320px in heigth - when copying those Images to the customimage Folder, Images are shown, but just half or even less in height - how can i Change that?

Comments

Florian’s picture

Ad this line to your _custom/custom-style.css:

.himg #headimg {
	height: 320px;
}

Height must be the same as your images in the rotator.

msiemens’s picture

Thanks Florian, that did it!
Cheers Martin

Florian’s picture

Issue summary: View changes
Status: Active » Closed (fixed)