- Posts: 185
- Thank you received: 0
problems with pictures
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
7 years 1 month ago - 4 years 3 months ago #47211
by dh12355@gmx.de
problems with pictures was created by dh12355@gmx.de
I intalled this template in an existing website under
I noticed that the pictures are not displayed responsive.
I dont find the reason?
What must be changed?
Thanks for help!
Code:
http://peger.mybestfinder.com
I noticed that the pictures are not displayed responsive.
I dont find the reason?
What must be changed?
Thanks for help!
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 1 month ago - 7 years 1 month ago #47212
by milos
Replied by milos on topic problems with pictures
Hello,
Please add this in Extensions > Templates > Hot Mining > Custom > CSS:
Best regards,
Milos
Please add this in Extensions > Templates > Hot Mining > Custom > CSS:
Code:
img {
max-width:100%;
}
Best regards,
Milos
Last edit: 7 years 1 month ago by milos.
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
- Posts: 185
- Thank you received: 0
7 years 1 month ago - 4 years 3 months ago #47220
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic problems with pictures
the width works but now the picture will be stretched
please see
the original picture:
please see
Code:
http://neu.designinstein-berlin.de
the original picture:
Code:
http://neu.designinstein-berlin.de/images/Logoline.jpg
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 1 month ago #47222
by milos
Replied by milos on topic problems with pictures
Hello,
What you want to do with this image? I don't understand.
Thanks,
Milos
What you want to do with this image? I don't understand.
Thanks,
Milos
Please Log in to join the conversation.
-
dh12355@gmx.de
Inactive member - Topic Author
- Member
Less
More
- Posts: 185
- Thank you received: 0
7 years 1 month ago - 4 years 3 months ago #47223
by dh12355@gmx.de
Replied by dh12355@gmx.de on topic problems with pictures
when you see
at smartphone it looks well ( see screen Unbenannt.png )
when you see
at smartphone it looks not well. It is streched ( see screen Unbenannt1.png )
Code:
http://www.designinstein-berlin.de/
when you see
Code:
http://neu.designinstein-berlin.de/
Last edit: 4 years 3 months ago by milos.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
7 years 1 month ago #47225
by milos
Replied by milos on topic problems with pictures
Please change this:
with this:
Code:
img {
max-width:100%;
}
with this:
Code:
img {
max-width:100%;
height:auto;
}
Please Log in to join the conversation.
Time to create page: 0.233 seconds