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 40247 time(s), 10 post(s) 21.01.2013 19:17:32by super
super

super

21.01.2013 19:17:32
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

23.01.2013 08:30:01
We have an issue with this functionality. This will be fixed soon.
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
super

super

23.01.2013 17:50:10
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
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

24.01.2013 13:29:51
This should be fixed by middle of next week.
Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
super

super

24.01.2013 13:36:02
Thanks - It will be fixed for both mobile site and desktop site ? or only mobile ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

24.01.2013 13:46:32
It should be fixed on both versions.
Bewertet mit 5,00, 1 Besucher. 
1849 Reputation 181 Total posts
super

super

24.01.2013 17:54:53
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 ?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
super

super

30.01.2013 20:37:22
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?
Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts
kpeulic

kpeulic

31.01.2013 08:38:55
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 *****/
/*****************************/


Dieser Inhalt wurde noch nicht bewertet. 
1849 Reputation 181 Total posts
super

super

31.01.2013 14:52:11
kpeulic, problem solved - thank you very much !!!

Dieser Inhalt wurde noch nicht bewertet. 
6018 Reputation 709 Total posts