Could you post what the necessary changes are please.
Here you go:
For the images in the front page carousel open ipgallery.css and look for:
.galleryCarousel .carousel_img
{
position: absolute;
width: 100%;
padding: 0px;
height: 500px;
box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
background-color: #282828;
background-repeat: no-repeat;
background-position: center center;
overflow: hidden;
}
Change background-position to top center
For the gallery category image in the same css file find:
.gallery_category_image {
background-color: #494949;
background-repeat: no-repeat;
background-position: center center;
height: 250px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.4) inset;
border-radius: 2px;
}
Change background-position to top center
Now open the template album_listing under the heading (Gallery) Hompage and find:
<a href='{parse url="app=gallery&album={$data['album_id']}" base="public" template="viewalbum" seotitle="{$data['album_name_seo']}"}'><div class='gallery_album_image' style='background-size: cover; background-position: center center; background-repeat: no-repeat; background-image: url( {$data['coverUrl']} )'></div></a>
Change the line background-position to top center
Save all files and refresh and you're done.
Took me a while to find the template edit, but very easy to do - and very easy to change to whatever you want or revert if you change your mind.
Enjoy
- Edward Shephard, ⚔ Kirito and Rimi like this



Find content
Not Telling


