By Andrew McDonald on Friday, 17 October 2014
Posted in General Issues
Replies 1
Likes 0
Views 600
Votes 0
I'm trying to modify the template for the Showcase module to use full-width images. To me a showcase should be more like "Slider Revolution" etc.

I can get it close... but I just can't make the images respond responsively... as in scale their width to automatically be 100% the main container width. No matter what I do, when you reduce the browser width the main image remains it's original width and doesn't scale.

Any help would be hugely appreciated.

Are there any third-party modules you know work with EasyBlog to showcase articles?

cheers
Andrew
Hello Andrew,

Can you please try to add this code to your template css file?

#eblog-wrapper.w600 #ezblog-featured {
display: block !important;
}

#eblog-wrapper.w320 #ezblog-featured {
display: block !important;
}


If this doesn't work, you can provide us your backend and FTP so we can help you on your issue here. Please advise.
·
Friday, 17 October 2014 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post