1. blauweb_de
  2. Commercial Templates
  3. Sunday, 23 August 2015
  4.  Subscribe via email
I have a Problem with changing the BG Image on the very nice Template Central. Please look the Video, thx for help :)

https://www.youtube.com/watch?v=epUjP8UHBVU&;feature=youtu.be
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Note that background images are styled with the CSS 'background-size' property set to 'cover'. This gives your background image the following properties...

Fills entire screen with image, no white space
Retains image aspect ratio
Scales image as needed
Image is centered on page
Fixed positioning

To retain the image proportions and ensure the image fills the entire screen you may find that part of your image is cropped on either the X or Y axis depending on your screen size which appear to be the case here?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

thanks. but: do you have seen the Video??
it is the same picture.
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Correct me if I misunderstand but from what I see the background image has indeed changed?...

https://youtu.be/epUjP8UHBVU?t=10s
https://youtu.be/epUjP8UHBVU?t=1m4s

Each of the above are the images demonstrated here.. https://youtu.be/epUjP8UHBVU?t=20s

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
yes, you missunderstand this.
the orig Pic is with: 1600 height 633 pix
the new Pic is with: 1600 Height 633 pix
it is the same!
but if change the Picture, the new Pic is too big.
and if I rename the new image in the same name and online exchanges, it is also too big
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Both of your background images are been resized to the same extent so they fill the screen vertically on your particular screen size. Presuming you want the 'Premium Hompages' heading to appear fully you could try adding the following to the Custom CSS field of your templates parameters which will align your background image to the right...


#container_header {
background-position: 100% 0 !important;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
sorry, but this is a Bug!! Please look the sc. Video!!
  1. more than a month ago
  2. Commercial Templates
  3. # 6
Accepted Answer Pending Moderation
0
Votes
Undo
^^ that is no solution! now only the right half of the image is displayed
  1. more than a month ago
  2. Commercial Templates
  3. # 7
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Sorry to say all I can suggest is to use the following Custom CSS which will display your background image in it's original size. It is simply impossible for your image to fill every screen size without some degree of resizing/cropping.


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


Or even the following which will reduce your image so all of it can be displayed with no cropping however as with the above solution you will be left with some white space on certain screensizes...


#container_header {
background-size: contain !important;
}


Alternatively you could try resizing your image (extend height) so the width will be less likely to be cropped on any given screen size.

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 8
Accepted Answer Pending Moderation
0
Votes
Undo
you can close this toppic. i switch to another Template Club, thanks. ( ... for this site)
  1. more than a month ago
  2. Commercial Templates
  3. # 9
  • Page :
  • 1


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

Join Our Newsletter

* indicates required
We respect your privacy and do not tolerate spam and will never sell, rent, lease or give away your information (name, email, number, etc.) to any third party. Nor will we send you unsolicited email.
Joomla51 - Mullaghmore, Co. Sligo, Ireland
Joomla51.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by
Open Source Matters
the trademark holder in the United States and other countries.

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.

Ok