test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dmtalvdal Friend
    #166026

    In TelineIV for Joomla 1.5, I have set the Thumbnail for Joomla content plugin in manual mode.

    This works excellen for our site, but the problem is with handheld devices. When clicking on an article, the image is in big version (770px wide), but I want the images to scaled downed to maxsize for the current handset. Is that possible?

    I do not want to activate the Thumbnail for Joomla content plugin on the site (since we would like to control and customize the images inside an article).

    Have I forgot a setting, or does this feature not exists in Teline IV?
    Take a look at our site at http://www.alvdalmiv.no

    Sherlock Friend
    #401807

    hi dmtalvdal,

    Example if you want to fix image sizes for i-phone layout you can try as below
    Open the file of
    templates/ja_teline_iv/css/iphone/template.css look for this css

    #ja-content-main .article-content img {
    max-width: 420px;
    width: 100%;
    }

    here you can add the width and height values,example change to this

    #ja-content-main .article-content img {
    max-width: 420px;
    width: 200px !important;
    height: 100px !important;
    }

    I Hope this make sense !

    dmtalvdal Friend
    #402836

    hi dathq,
    your solution set a specified heigth on the images as well, but that is not I want. I want to scale the image (or resize) width. Our image dimensions are not the same same.

    bohemiadesign Friend
    #436609

    Hi,
    Did you solve this? I have the same problem – our images are very wide compared to the hight.
    Using a fixed width only scales the image to the set width – which means the image will looked squashed.
    Are there anyway to set a maximum image wdth say 150px that will then scale image propotionally?

    Thanks,
    J

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

This topic contains 4 replies, has 3 voices, and was last updated by  bohemiadesign 12 years, 10 months ago.

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