Hello,
I wanted to know the proper settings in the image show GK4 so that shows the images completely on all platforms i.e. Desktop, tablet, and Cellphone.
Url in question: http://www.fayettesda.org/
.gkIsWrapper-gk_storefront .gkIsSlide {
background-position: center center;
background-repeat: repeat;
background-size: 100% auto;
}
teitbite wrote:Hi
There are no settings for that. Try overwrite css by adding this to override.css:
- Code: Select all
.gkIsWrapper-gk_storefront .gkIsSlide {
background-position: center center;
background-repeat: repeat;
background-size: 100% auto;
}
[/quote]teitbite wrote:Hi
There are no settings for that. Try overwrite css by adding this to override.css:
- Code: Select all
.gkIsWrapper-gk_storefront .gkIsSlide {
background-position: center center;
background-repeat: repeat;
background-size: 100% auto;
}
teitbite wrote:Hi
Change
- Code: Select all
background-repeat: repeat;
to
- Code: Select all
background-repeat: no-repeat;