By Ryan Sullivan on Thursday, 16 June 2016
Posted in Technical Issues
Replies 8
Likes 0
Views 304
Votes 0
I really like the Showcase module... But I am curious if I can change the cropping of the photo... All photos need to be cropped to a specific size Right now it centers the cropping, both vertically and horizontally... Can it crop horizontally and adjust to the top? In other words the left right and bottom of the image is cropped but the top is not???
Hi Ryan Sullivan

Actually it depends on the what showcase layout that you want to use. Can you add this css code in your custom css and see how it goes?
div#fd.eb.st-3 .eb-gallery-box {
background-position: center center;
background-repeat: repeat;
background-size: contain;
padding: 89px;
}
·
Thursday, 16 June 2016 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
What file is this added to?
·
Friday, 01 July 2016 11:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You have to create one file name custom.css and insert css code below. Then, you have to do template override at JoomlaFolder/templates/(Your current template)/css/custom.css . If you need clarification, you can refer at this site for more information on Template Override. Please give it a try and see how it goes.

div#fd.eb.st-3 .eb-gallery-box {
background-position: center center;
background-repeat: repeat;
background-size: contain;
padding: 89px;
}


Regards
·
Friday, 01 July 2016 17:38
·
0 Likes
·
0 Votes
·
0 Comments
·
I have put the code in the location stated but it made no change can you help???
·
Tuesday, 19 July 2016 11:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

Can you please edit your first post at the top and include the following access please?

- Site Admin access (Please ensure that the user has super admin access)

- FTP access (We need this because if we use a file manager in Joomla, there are times where we have a typo and this might eventually break your entire back end and front end for instance if we are editing a system plugin). There is no way to save the site unless we have the ftp access.
·
Tuesday, 19 July 2016 11:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Did the access help???
·
Wednesday, 20 July 2016 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
You must be working on this as I have seen it change... Most images work great but if it is a long vertical image (like the lighthouse I used on the page) I want it to display top center.... Make sense?
·
Wednesday, 20 July 2016 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Ryan,

I have fixed by inserted the css codes below into /templates/rt_salient/html/com_easyblog/styles/custom.css


div#fd.eb .eb-mod-thumb .eb-mod-image-cover {
background-size: contain !important;
}
·
Wednesday, 20 July 2016 12:17
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post