How to create left & right image with bottom Left and right image

Hi

I am trying to make attached image html using bootstrap inside the carousal, I used table for this but when I am placing the icons in tag the image spanding, please suggest any other way how I can create this with easy steps using bootstrap version 2.3.2…

Thanks

Hi,

Do you have a working example of this as it will be easier for us to debug?

It sounds as though you are saying that the image is stretching to fill the available space which probably means that you have set img {width:100% somewhere}.

You can force the issue by applying a class to the image and then set the size accordingly.

e.g.

`img.one {width:40px;height:40px;}’

Of course you will have to take specificity into account.

However we really need to see your code as there are many other factors to take into consideration.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.