Viewing 15 posts - 1 through 15 (of 29 total)
  • Author
    Posts
  • msilac Friend
    #198655

    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-vina

    Is this answer that I looking for?
    http://www.joomlart.com/forums/topic/image-size-in-our-services-section/

    pavit Moderator
    #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 Moderator
    #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-vina

    Is 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 Friend
    #538453

    This 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 Friend
    #538492

    I 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 Friend
    #538497

    I agree…

    Ninja Lead Moderator
    #538562

    Yes, 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 Friend
    #538567

    Sorry 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 Moderator
    #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.

    msilac Friend
    #538695

    Yes 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-images

    Ninja Lead Moderator
    #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 Friend
    #538749

    Ok, 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 Moderator
    #538782
    msilac Friend
    #538791

    Nope, not working…

    Ninja Lead Moderator
    #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.

Viewing 15 posts - 1 through 15 (of 29 total)

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