Mono Support Image never gets resized automatically on mobile site blog post ? (Closed)

Viewed 39079 time(s), 10 post(s), 1/21/2013 7:17:32 PM - by super
1/21/2013 7:17:32 PM
6018 Reputation 709 Total posts

If I post any image on a blog post and try to view it from a mobile device, the image size never gets resized automatically and remains same and on mobile website the user cannot even zoom in or out so the image cuts in half (in visible area)

Mobile theme should resize the image automatically to fit on the screen - don't you agree ?

1
1/23/2013 8:30:01 AM
1849 Reputation 181 Total posts

We have an issue with this functionality. This will be fixed soon.

2
1/23/2013 5:50:10 PM
6018 Reputation 709 Total posts

My current version:
4.7.40.4233 (1/18/2013)

When a bug fix will be provided for this issue ?

fyi...same bug is in viewing desktop website too from a mobile phone

3
1/24/2013 1:29:51 PM
1849 Reputation 181 Total posts

This should be fixed by middle of next week.

4
1/24/2013 1:36:02 PM
6018 Reputation 709 Total posts

Thanks - It will be fixed for both mobile site and desktop site ? or only mobile ?

5
1/24/2013 1:46:32 PM
1849 Reputation 181 Total posts

It should be fixed on both versions.

6
1/24/2013 5:54:53 PM
6018 Reputation 709 Total posts

Thank you - I will keep an eye on the nightly build for next week.

I would deeply appreciate if you could also notify me here once fix is available ?

7
1/30/2013 8:37:22 PM
6018 Reputation 709 Total posts

Today is wedneday..the nighly build is available...version:4.7.40.4261 (1/30/2013)

Does this inlude the image resizing bug fix ? if yes, please prove me locaion, what exactly changed and where?

8
1/31/2013 8:38:55 AM
1849 Reputation 181 Total posts

Yes, image resizing bug fix has been included in this nightly build version.

Here are the CSS changes:

/*********************************/
/****** Default.css - START *****/
/********************************/
.description IMG
{
    max-width: 100% !important;
}
.blog-item .content IMG
{
    max-width: 100%;
}
.reContentArea.reContentAreaToggle IMG
{
    max-width: 740px !important;
}
 
/******************************/
/****** Default.css - END *****/
/******************************/
 
 
 
 
/*******************************/
/****** Layout.css - START *****/
/*******************************/
 
/*** at the end of this section: @media (max-width: 1200px) put this: ****/
.editor-height .reContentArea.reContentAreaToggle IMG
    {
    max-width: 595px !important;
    }
 
 
 
/*** at the end of this section: @media (min-width: 768px) and (max-width: 960px) put this: ****/
.editor-height .reContentArea.reContentAreaToggle IMG
    {
        max-width: 450px !important;
    }
 
 
/*** at the end of this section: @media (min-width: 480px) and (max-width: 767px) put this: ****/
    .editor-height .reContentArea.reContentAreaToggle IMG
    {
        max-width: 450px !important;
    }
 
 
 
/*** at the end of this section: @media (min-width: 600px) and (max-width: 767px) put this: ****/
    .editor-height .reContentArea.reContentAreaToggle IMG
    {
        max-width: 515px !important;
    }
 
 
 
/*** at the end of this section: @media (max-width: 480px) put this: ****/
 
    .editor-height .reContentArea.reContentAreaToggle IMG
    {
        max-width: 395px !important;
    }
 
 
 
/*** at the end of this section: @media (max-width: 320px)  put this: ****/
    .editor-height .reContentArea.reContentAreaToggle IMG
    {
        max-width: 250px !important;
    }
/******************************/
/****** Layout.css - END *****/
/*****************************/


9
1/31/2013 2:52:11 PM
6018 Reputation 709 Total posts

kpeulic, problem solved - thank you very much !!!

10
This is a demo site for MonoX. Please visit Mono Software for more info.