Page 1 of 1

Problem with IE 10

Posted: 27 Jul 2013, 17:23
by inuae
Hello!
I have found out that in IE 10 my phoca gallery look really strange. It is working without any trouble in Firefox, Chrome, Opera, Safari but not in IE. Will appreciate any advise.
www .ofuae.com/informbyuro/fotogalereya.html

Re: Problem with IE 10

Posted: 28 Jul 2013, 19:01
by Jan
Hi, do you get the same problem with standard template, it seems like there is some javascript or similar function which changes the size of image :idea:

Jan

Re: Problem with IE 10

Posted: 29 Jul 2013, 10:22
by inuae
Jan wrote:Hi, do you get the same problem with standard template, it seems like there is some javascript or similar function which changes the size of image :idea:

Jan
Hello Jan!

With standard template there is no problem/ will search what exactly causing such thinks? will appreciate for any idea as well.

Re: Problem with IE 10

Posted: 30 Jul 2013, 22:57
by inuae
I found out that the problem related to facebook (i am using facebook albums). I have created category with locally stored images & in this case there is no problem in any browser and any of mine templates.

Re: Problem with IE 10

Posted: 31 Jul 2013, 18:40
by inuae
Some update/ I have found out that removing bootstrap.css is solving the problem but not yet found which part of bootsrap.css causing this/ I was thinking for img max-width:100% but overwriting in to max-width:none not help problem still exist. Will appreciate some help please.

Re: Problem with IE 10

Posted: 31 Jul 2013, 23:11
by Jan
Hmm, I think, then only one way is to check the bootstrap parts - step by step to enable/disable parts of code to test in which part the problematic code is :-(

Jan

Re: Problem with IE 10

Posted: 01 Aug 2013, 07:52
by inuae
Jan wrote:Hmm, I think, then only one way is to check the bootstrap parts - step by step to enable/disable parts of code to test in which part the problematic code is :-(

Jan
Hello! I found what is in bootstrap create this problem. It is img width:auto height: auto If I am disabling this in IE debugger page looks as it should be. I have tried to override it with img width:inherit height:inherit but it is not solving the problem. Unfortunately I have no idea yet how I can completely disable just part of bootstrap.

Re: Problem with IE 10

Posted: 05 Aug 2013, 14:09
by Jan
Hi, just open the bootstrap css and comment the part :idea:

Jan