By Horst Fuchs on Tuesday, 14 March 2017
Posted in General Issues
Likes 0
Views 345
Votes 0
I have currently an issue regarding videos on pages within Easysocial. The size of the newest video on the left side exceeds the normal space...please have a look at my screenshots.

Thanks for your support.
It seems like your JCH plugin the way it css compression caused this issue.

I've applied some css fix into your current template file -> JoomlaFolder/template/Protostar/css/template.css

#es .o-flag__image>img {
max-width: 100px !important;
}

@media (max-width:768px) {
#es .o-flag__image>img {
max-width: none !important;
}
}

It should work fine now.
·
Tuesday, 14 March 2017 18:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex,

thank you very much! It works fine now!

Horst
·
Tuesday, 14 March 2017 18:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Tuesday, 14 March 2017 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post