-
AuthorPosts
-
msilac Friend
msilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 10, 2014 at 6:22 am #198655I have problem with picture resizing…
I have picture 191×1000 pix and wish to resize to 50×300. When I do that or any other resizing of any other picture in articles, I have 840×4389 pix size of pictures… !?
I dont know why.
I tried to put a second editor, I tried to install the plugin sigplus, multihumb, nothing helps, the picture is always the same size. See here:
erdutski-vinogradi.hr/index.php/2014-05-20-18-13-54/posebna-vinaIs this answer that I looking for?
http://www.joomlart.com/forums/topic/image-size-in-our-services-section/pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
June 10, 2014 at 6:35 am #538426<blockquote>Is this answer that I looking for?
http://www.joomlart.com/forums/showt…ghlight=resize</blockquote>Yes you can apply the code suggested by @ninja Lead and have your images resized.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 10, 2014 at 8:59 am #538444<em>@msilac 431573 wrote:</em><blockquote>I have problem with picture resizing…
I have picture 191×1000 pix and wish to resize to 50×300. When I do that or any other resizing of any other picture in articles, I have 840×4389 pix size of pictures… !?
I dont know why.
I tried to put a second editor, I tried to install the plugin sigplus, multihumb, nothing helps, the picture is always the same size. See here:
erdutski-vinogradi.hr/index.php/2014-05-20-18-13-54/posebna-vinaIs this answer that I looking for?
http://www.joomlart.com/forums/topic/image-size-in-our-services-section/</blockquote>
@msilac: You can apply the fix below.Open the templates/ja_decor/css/themes/brown/template.css file
Change
.article-intro img,
.article-content img,
.article-image img,
.article-image-intro img {
display: block;
max-width: 100%;
height: auto;
width: 100%;
}
To
.article-intro img,
.article-content img,
.article-image img,
.article-image-intro img {
display: block;
max-width: 100%;
height: auto;
width: auto !important;
}msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 10, 2014 at 9:39 am #538453This didn’t work for me.
I have now original size photo 191x 000 pix and I wish to change to 50×300 but the picture is same size in article…southpaw3229 Friendsouthpaw3229
- Join date:
- November 2011
- Posts:
- 60
- Downloads:
- 1
- Uploads:
- 12
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
June 10, 2014 at 3:18 pm #538492I am having the same issue and posted this issue numerous times. Can someone put this as a high priority. I applied the custom fix but now it uses the original size of the image that i upload and cannot resize the image in the editor. A function that is greatly needed and all other template have this.
thanks
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 10, 2014 at 5:12 pm #538497I agree…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 11, 2014 at 7:43 am #538562Yes, it’s very hard to do, because the image is included in content of article. You have two ways to handle this issue:
+ Crop/change the image size to the desired dimension
+ In the image tag <img>, try to add a class and style for it
@msilac: I have checked on URL of your site: http://www.erdutski-vinogradi.hr/index.php/2014-05-20-18-13-54/posebna-vina but it seems that you remove the image. Please try to add class in img tag, I will help you check further.
@southpaw3229: please send me the URL of your site, I will have a look.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 11, 2014 at 8:48 am #538567Sorry I don’t know what to add? Problem is that I need to resize picture from 191×1000 to 50×262 manually because then plugin line Multithumb will see that an make pop up of that picture in real size.
When I add picture in html code I have
<p style=”text-align: left;”><strong><img style=”margin-right: 6px; float: left;” src=”images/gallery/traminac_mirisavi_erdut.jpg” alt=”” width=”50″ height=”262″ />
But at frontpage there is realy size of 191×1000.
I do not understand why this is a problem. Otherwise, shrinks the image in the article is quite a normal – standard thing?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 12, 2014 at 4:43 am #538689@msilac: Please try to get it fixed from the templates/ja_decor/css/themes/brown/template.css file.
Change
.article-intro img,
.article-content img,
.article-image img,
.article-image-intro img {
display: block;
max-width: 100%;
height: auto;
width: auto !important;
}To
.article-intro img,
.article-image img,
.article-image-intro img {
display: block;
max-width: 100%;
height: auto;
width: auto !important;
}Please let me know how it goes.
1 user says Thank You to Ninja Lead for this useful post
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 12, 2014 at 5:38 am #538695Yes it works now, I can resize now. But plugins are not working (which is normal that work in other web sites) for thumbnails…
I tried BK multithumb and MG Thumbnails
http://extensions.joomla.org/extensions/photos-a-images/images/articles-imagesNinja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 12, 2014 at 8:06 am #538707@msilac: Have you had chance to look at our plugins: JA Thumbnail and JA Popup plugins?
Regarding “BK multithumb and MG Thumbnails”, please pm me URL, admin and FTP credentials of your site (and you can install them on your site), I will try to investigate further.
Anyway, you should contact extension provider to get the best answer.
msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 12, 2014 at 5:23 pm #538749Ok, I have installed BK multithumb, MG Thumbnails, Not working 🙁
In other sites (JA templates) they work fine.
JA Thumbnail and JA Popup don’t see where I can download them?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 13, 2014 at 4:08 am #538782You can download via the links below:
JA Thumbnail: http://www.joomlart.com/forums/downloads.php?do=file&id=3589
JA Popup: http://www.joomlart.com/forums/downloads.php?do=file&id=2888msilac Friendmsilac
- Join date:
- October 2010
- Posts:
- 548
- Downloads:
- 2
- Uploads:
- 74
- Thanks:
- 115
- Thanked:
- 5 times in 1 posts
June 13, 2014 at 5:39 am #538791Nope, not working…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 13, 2014 at 9:38 am #538825<em>@msilac 432076 wrote:</em><blockquote>Nope, not working…</blockquote>
You mean you did download and install but they are not working on your site?
I received your pm, but please help to clarify in more details on the issue. I will help you then.
-
AuthorPosts
This topic contains 29 replies, has 4 voices, and was last updated by msilac 10 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum