1. Stefunk
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 October 2017
  5.  Subscribe via email
Hi Ciaran

Is there a way, that the showcase background image of the central template will get the size, especially the height, of the picture i will upload?

Or can i set the height manually somehow? Maybe with custom CSS?

Actually i uploaded a picture in dimensions of 1920x1080px to see the right crop of the picture i want.

If i upload a picture in 1920x400px for example, it will crop also a part of the picture by upscaling it.

Even in the Template Demo i can see, that the picture is uploaded in 1920x1080px, but will only show a part of it.

Thank you,
Steve
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Steve

By default the header background image is set to background-size:cover;. This ensure that there is no letter box effect on all screen sizes. You can revert this by adding the following to the Custom CSS field of your templates parameters...

#container_header {
background-size: auto 100% !important;
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
ok, thanks.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!