
06-18-2016, 07:29 PM
|
|
|
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by MarkFL
Those are vastly different aspect ratios. Try adding this selector to your "additional.css" template:
HTML Code:
.doc_header {
background: url(image url goes here);
background-size: 100%;
background-repeat: no-repeat;
}
This way, the image width will fill the parent, and the height will be set to auto to preserve the original aspect ratio. 
|
Not worked MarkFL....
|