Different size of images

08.06.2014 15:03
#1
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 335
Quote
Different size of images

If you open my website on a tablet or phone my images are all different sizes?
All my images have the same sizes although not seen on the frontend.

How to fix that?

http://www.lager-techniek.eu/

 
08.06.2014 15:12
#2
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 335
Quote
Aw: Different size of images

Only on frontend

 
08.06.2014 20:55
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Different size of images

Problem in your CSS

max-width: 100%;

 
08.06.2014 21:22
#4
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 335
Quote
Aw: Different size of images

Category thumbnail width

Should be set to 100?


Or is that done somewhere else?

 
09.06.2014 08:29
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Different size of images

CSS Style.

/templates/protostar/css/template.css


Letzte Änderung: 09.06.2014 08:30
 
09.06.2014 15:08
#6
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 335
Quote
Aw: Different size of images

This is what i see in template.css.
img {
max-width: 100%;
width: auto \9;
height: auto;
vertical-align: middle;
border: 0;
-ms-interpolation-mode: bicubic;

 
09.06.2014 20:39
#7
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25919
Quote
Aw: Different size of images

delete

max-width: 100%;
width: auto \9;
height: auto;

 
10.06.2014 12:42
#8
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 335
Quote
Aw: Different size of images

Great that worked.

Thanks

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.