By Print and Web Designer on Wednesday, 11 January 2017
Posted in General
Replies 3
Likes 0
Views 132
Votes 0
Good morning,
It seems that I can't change the height of my images in both the listing and post view. I have manipulated settings>media>general and settings>layout>post cover and a few other places... nothing seems to make the height change.

Please see attached image

Please advise.
Hello,

Can you try adding the block of css codes below into your template's css file?

[gist]
body div#fd.eb .eb-image-viewport::before {
height: auto;
}
[/gist]
·
Thursday, 12 January 2017 00:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Can you try adding the block of css codes below into your template's css file?

[gist]
body div#fd.eb .eb-image-viewport::before {
height: auto;
}
[/gist]

Should I put this in my Easyblog template or the Joomla template?

Thank you for the quick response!
·
Thursday, 12 January 2017 00:08
·
0 Likes
·
0 Votes
·
0 Comments
·
It seems like your current template need to manually compile it, I would suggest you apply above css block code into this following file location, for those folder/file name you have to manually create it.

JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/styles/custom.css
·
Thursday, 12 January 2017 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post