By Andy on Friday, 24 March 2017
Posted in Technical Issues
Likes 0
Views 234
Votes 0
At http://www.mysite.com /test I have the EasySocial Recent Photos Module set to display 4 images in the module position just under the navigation bar...

You'll see they are very tiny. Is there any easy (code hack unless it can become a module parameter) to allow them to fill the width of the container they are in subject to a maximum height? or if that's not possible, at least specify a height for them?

Grateful for any guidance on this one.
Hi Andy,

Can you try the css code below and see how it goes?

div#es.mod-es.mod-es-photos .es-side-embed-lists__item {
width: 437px;
margin-right: -130px;
display: inline-block;
margin-left: 65px;
}

#es .embed-responsive-16by9 {
padding-bottom: 81.25%;
}
·
Friday, 24 March 2017 12:19
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks Fadhli - That gives me a great start to get things showing how I want them.
·
Saturday, 25 March 2017 03:53
·
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.
·
Saturday, 25 March 2017 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post