Image resizing
PermalinkHow do I add text to one side and a photo that auto adjust indefinitley to the other side.
Is there example on the html/CSS that is needed to make this happen?
Here is an example:http://www.mckinsey.com/
Thank you. The solution is what I was looking for, but I was hoping for a free solution.
There are a few different ways you can do this. But your best way is to use flexbox property in css.
It will break the side to side on smaller screens to be under over.
Check it out.
steve