- Posts: 163
- Thank you received: 1
images not re-sizing when shrinking the screen
-
maryswave
Inactive member - Topic Author
- Member
Less
More
11 years 6 months ago #30544
by maryswave
images not re-sizing when shrinking the screen was created by maryswave
I setup modules advert1, advert2, advert3, advert4 and right modules with images but they don't resize when shrinking the screen in the browser like the other templates (hot tennis) I am not sure what code goes where to get the images to resize in the browser instead of overlapping.
fwmdev.com/sata/
fwmdev.com/sata/
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #30550
by ivan.milic
Replied by ivan.milic on topic images not re-sizing when shrinking the screen
You have to define such behavior using css (content you have put inside, template conteners behave ok) like putting max-width:100% for image will probably do the job
Please Log in to join the conversation.
-
maryswave
Inactive member - Topic Author
- Member
Less
More
- Posts: 163
- Thank you received: 1
11 years 6 months ago #30552
by maryswave
Replied by maryswave on topic images not re-sizing when shrinking the screen
well I am not a template designer so I don't know where to put the code.
I found this in a different responsive template that does resize the images
img {
border: 0 none;
height: auto;
max-width: 100%;
vertical-align: middle;
}
when I use Firebug all images are using this code in a bootstrap.css file inside a media folder but of course I don't see that structure in the sparky framework... any ideas??
I found this in a different responsive template that does resize the images
img {
border: 0 none;
height: auto;
max-width: 100%;
vertical-align: middle;
}
when I use Firebug all images are using this code in a bootstrap.css file inside a media folder but of course I don't see that structure in the sparky framework... any ideas??
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 6 months ago #30557
by ivan.milic
Replied by ivan.milic on topic images not re-sizing when shrinking the screen
Ok, now you site behaves normally, you manged to apply fix?
Please Log in to join the conversation.
Time to create page: 0.164 seconds