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
Problem with IE 10
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem with IE 10
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 
Jan
Jan
If you find Phoca extensions useful, please support the project
-
inuae
- Phoca Newbie

- Posts: 5
- Joined: 27 Jul 2013, 16:57
Re: Problem with IE 10
Hello Jan!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
Jan
With standard template there is no problem/ will search what exactly causing such thinks? will appreciate for any idea as well.
-
inuae
- Phoca Newbie

- Posts: 5
- Joined: 27 Jul 2013, 16:57
Re: Problem with IE 10
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.
-
inuae
- Phoca Newbie

- Posts: 5
- Joined: 27 Jul 2013, 16:57
Re: Problem with IE 10
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.
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem with IE 10
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
Jan
If you find Phoca extensions useful, please support the project
-
inuae
- Phoca Newbie

- Posts: 5
- Joined: 27 Jul 2013, 16:57
Re: Problem with IE 10
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.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
- Jan
- Phoca Hero

- Posts: 49149
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Problem with IE 10
Hi, just open the bootstrap css and comment the part 
Jan
Jan
If you find Phoca extensions useful, please support the project