Contribution Date
Technology
Contribution Project
Contribution Details
I think you can easily make the images to work nice with a responsive site. You can simply add the following css rule to your theme's css file and the images not overflow and make the horizontal scroll appear for small resolutions.
You can write multiple versions of the width % depending on your designs for tablets & wide.
#banner-left img {
width: 100%;
}
Cheers,
Swarad
Contribution Issue Link
Contribution Link
Files count
0
Patches count
0