MonoX support board

Start the conversation, ask questions and share tips and solutions with fellow developers.

Non-registered users can only browse through our support boards. Please register now if you want to post your questions. It takes a second and it is completely free. Alternatively, you can log in without registration using your credentials at major sites such as Google, Microsoft Live, OpenId, Facebook, LinkedIn or Yahoo.

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

Viewed 36578 time(s), 10 post(s) 1/21/2013 7:17:32 PMby super
super

super

1/21/2013 7:17:32 PM
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 ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

1/23/2013 8:30:01 AM
We have an issue with this functionality. This will be fixed soon.
This content has not been rated yet. 
1849 Reputation 181 Total posts
super

super

1/23/2013 5:50:10 PM
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
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

1/24/2013 1:29:51 PM
This should be fixed by middle of next week.
This content has not been rated yet. 
1849 Reputation 181 Total posts
super

super

1/24/2013 1:36:02 PM
Thanks - It will be fixed for both mobile site and desktop site ? or only mobile ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

1/24/2013 1:46:32 PM
It should be fixed on both versions.
Rated 5.00, 1 vote(s). 
1849 Reputation 181 Total posts
super

super

1/24/2013 5:54:53 PM
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 ?
This content has not been rated yet. 
6018 Reputation 709 Total posts
super

super

1/30/2013 8:37:22 PM
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?
This content has not been rated yet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

1/31/2013 8:38:55 AM
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 *****/
/*****************************/


This content has not been rated yet. 
1849 Reputation 181 Total posts
super

super

1/31/2013 2:52:11 PM
kpeulic, problem solved - thank you very much !!!

This content has not been rated yet. 
6018 Reputation 709 Total posts