Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • micheltorres Friend
    #165557

    Hello,

    I’m using items from a category. I would like the picture of the item to stay with a margin of 258px from the description, as shown below.

    For image resizing matter concerning only the space the image itself, leaving the description always positioned outside the image.

    Is it possible?

    Thank you


    1. jaslideshow-jaevents
    Sherlock Friend
    #397971

    Hi,
    You can do it following some steps below :
    Go to backend >> module manager >> JA slideshow 2, on right panel change following setting params:
    1.Change “Mark Width” to “258”
    2.Change “Mark Alignment” to “left”
    3. Change “Thumbnail Mode” to “crop” and make sure that “Resize With The Ratio” set to “Yes”.
    Open helper.php file in modules/mod_jaslideshow2 folder find following code line at about line 428 :

    $data['mainImageArray'][] = $this->renderImage ( '', $folder.'/'.$img, $params, $mainWidth, $mainHeight, '', true );

    change to :

    $data['mainImageArray'][] = $this->renderImage ( '', $folder.'/'.$img, $params, 340, 360, '', true );
    Note : may be you need change obove numerric values for them fit with your site.
    Hope can help you.

    micheltorres Friend
    #398043

    Thank you hainn84

    It´s working!!!
    I had to resize my pictures, but worth the effort.

    All the best for you

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  micheltorres 13 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum