Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • xion Friend
    #147803

    is there a way to change the auto image resize on the iphone?
    here is a sample of what i am talking about

    thanks for all the support

    Frank

    John Wesley Brett Moderator
    #329855

    Can you provide a URL to that page so I can take a deeper look?

    Thanks.

    serialkolors Friend
    #353443

    Hi, I found on issue, you have to change the images width parameters : (For my example I change the scale ratio to 100/100, I think default is 40/100)

    templates/”your_template”/layouts/blocks/iphone/head.php

    LINE 37:

    maxwidth = Math.round(480*40/100);

    Change with:

    maxwidth = Math.round(480*100/100);

    and LINE 40:

    maxwidth = Math.round(screen.width*40/100);

    Change with:

    maxwidth = Math.round(screen.width*100/100);

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

This topic contains 3 replies, has 3 voices, and was last updated by  serialkolors 14 years, 3 months ago.

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