-
AuthorPosts
-
March 10, 2014 at 4:53 am #195623
Please, I need to set a default size for all images in the home, (mod_articles_category / features.php)
Hayden A FriendHayden A
- Join date:
- April 2010
- Posts:
- 282
- Downloads:
- 0
- Uploads:
- 20
- Thanked:
- 54 times in 53 posts
March 10, 2014 at 10:58 am #526068@niltonmeloba,
<blockquote>I need to set a default size for all images in the home</blockquote>I need to have a closer look into your site, please PM me url, admin credentials.
By the way, please give it a try by creating a new css file named: custom.css in the templatesja_bizcss path, then add following rule:
[PHP]@media (min-width: 767px) {
.trending li .showcategory .img-intro {
min-height: 250px;
max-height: 250px;
}.trending li .showcategory .img-intro img {
height: 250px;
width: 100% !important;
}
}[/PHP]You can change the height value. Let me know how it goes.
March 10, 2014 at 4:17 pm #526114Thanks! It’s working!
AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by niltonmeloba 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Image with standard size in home (crop)
Viewing 3 posts - 1 through 3 (of 3 total)