-
AuthorPosts
-
stylez4men Friend
stylez4men
- Join date:
- December 2008
- Posts:
- 75
- Downloads:
- 23
- Uploads:
- 13
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
May 16, 2015 at 1:53 pm #206384The image stretches when viewing through google Chrome and Safari as seen in this image
Seen here -> http://urbanactorsacademy.com/index.php/what-we-do/uaa-projects
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 18, 2015 at 10:10 am #570915I fixed the problem directly on your site with the solution below
Open templates/ja_decor/css/custom.css file and add new rule
.grid-list .isotope-item .item-image img {
width: initial !important;
}
1 user says Thank You to Ninja Lead for this useful post
stylez4men Friendstylez4men
- Join date:
- December 2008
- Posts:
- 75
- Downloads:
- 23
- Uploads:
- 13
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
May 19, 2015 at 1:18 pm #571101Ninja strikes again 🙂 Thanks for all your help
stylez4men Friendstylez4men
- Join date:
- December 2008
- Posts:
- 75
- Downloads:
- 23
- Uploads:
- 13
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
May 19, 2015 at 1:18 pm #736149Ninja strikes again 🙂 Thanks for all your help
galaxist Friendgalaxist
- Join date:
- May 2010
- Posts:
- 26
- Downloads:
- 62
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
May 30, 2015 at 3:07 am #572381Hello Ninja,
I have the same problem with stretching image. Tried to fix it with your hint – but the file doesn`t exist in that directory (templates/ja_decor/css/custom.css). Or should I create the custom.css?
http://www.jm.calypzoo.com/Also below that picture there is some space between Position-2 and Feature-2.
Is there a connection between those two problems?
Thanks for your help!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 3, 2015 at 12:27 pm #572723<em>@galaxist 475764 wrote:</em><blockquote>Hello Ninja,
I have the same problem with stretching image. Tried to fix it with your hint – but the file doesn`t exist in that directory (templates/ja_decor/css/custom.css). Or should I create the custom.css?
http://www.jm.calypzoo.com/Also below that picture there is some space between Position-2 and Feature-2.
Is there a connection between those two problems?
Thanks for your help!</blockquote>
You can try this to resolve the problem on your site
+ Create templates/ja_decor/css/custom.css file and add new rule
@media (max-width: 991px) {
.category-module .article-img {
height: auto;
}.category-module .article-img img {
max-width: 100%;
}
}
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 3, 2015 at 12:27 pm #737758<em>@galaxist 475764 wrote:</em><blockquote>Hello Ninja,
I have the same problem with stretching image. Tried to fix it with your hint – but the file doesn`t exist in that directory (templates/ja_decor/css/custom.css). Or should I create the custom.css?
http://www.jm.calypzoo.com/Also below that picture there is some space between Position-2 and Feature-2.
Is there a connection between those two problems?
Thanks for your help!</blockquote>
You can try this to resolve the problem on your site
+ Create templates/ja_decor/css/custom.css file and add new rule
@media (max-width: 991px) {
.category-module .article-img {
height: auto;
}.category-module .article-img img {
max-width: 100%;
}
}
galaxist Friendgalaxist
- Join date:
- May 2010
- Posts:
- 26
- Downloads:
- 62
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
September 18, 2015 at 4:51 pm #686425Hi Team,
I still have the problem with the stretched pic in Pos-2 and the space between Pos-2 and Feat-2. Your suggestion didnt help. I created the custom.css because I also didnt have it in that folder, but nothing changed.
http://jm.calypzoo.com/Thanks before,
Paulgalaxist Friendgalaxist
- Join date:
- May 2010
- Posts:
- 26
- Downloads:
- 62
- Uploads:
- 1
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
September 18, 2015 at 4:51 pm #749022Hi Team,
I still have the problem with the stretched pic in Pos-2 and the space between Pos-2 and Feat-2. Your suggestion didnt help. I created the custom.css because I also didnt have it in that folder, but nothing changed.
http://jm.calypzoo.com/Thanks before,
PaulNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2015 at 9:24 am #692177<em>@galaxist 492927 wrote:</em><blockquote>Hi Team,
I still have the problem with the stretched pic in Pos-2 and the space between Pos-2 and Feat-2. Your suggestion didnt help. I created the custom.css because I also didnt have it in that folder, but nothing changed.
http://jm.calypzoo.com/Thanks before,
Paul</blockquote>Hi,
I removed script code below into ?ber uns and Video – Welcome modules
<p>Â </p>
<p>Â </p>
<p>Â </p>
and added new css style into templates/ja_decor/css/custom.css file,
.custom .single-article .article-intro .btn {
bottom: 6px !important;
}
now, you can see it’s working fine on your site
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
September 24, 2015 at 9:24 am #749577<em>@galaxist 492927 wrote:</em><blockquote>Hi Team,
I still have the problem with the stretched pic in Pos-2 and the space between Pos-2 and Feat-2. Your suggestion didnt help. I created the custom.css because I also didnt have it in that folder, but nothing changed.
http://jm.calypzoo.com/Thanks before,
Paul</blockquote>Hi,
I removed script code below into ?ber uns and Video – Welcome modules
<p>Â </p>
<p>Â </p>
<p>Â </p>
and added new css style into templates/ja_decor/css/custom.css file,
.custom .single-article .article-intro .btn {
bottom: 6px !important;
}
now, you can see it’s working fine on your site
AuthorPostsViewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by Ninja Lead 9 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Image stretching
Viewing 13 posts - 1 through 13 (of 13 total)