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 ? (Zatvorena) (Mono Support )

40137 put(a) pogledan, 10 odgovor(a) 21.1.2013. 19:17:32Kreirao(la) super
super

super

21.1.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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
kpeulic

kpeulic

23.1.2013. 8:30:01
We have an issue with this functionality. This will be fixed soon.
Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava
super

super

23.1.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
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
kpeulic

kpeulic

24.1.2013. 13:29:51
This should be fixed by middle of next week.
Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava
super

super

24.1.2013. 13:36:02
Thanks - It will be fixed for both mobile site and desktop site ? or only mobile ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
kpeulic

kpeulic

24.1.2013. 13:46:32
It should be fixed on both versions.
Ocjena 5,00, 1 glas(ova). 
1849 Reputacija 181 Ukupno objava
super

super

24.1.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 ?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
super

super

30.1.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?
Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava
kpeulic

kpeulic

31.1.2013. 8: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 *****/
/*****************************/


Ovaj sadržaj još nije ocijenjen. 
1849 Reputacija 181 Ukupno objava
super

super

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

Ovaj sadržaj još nije ocijenjen. 
6018 Reputacija 709 Ukupno objava