Hi I have an issue with the page http://nroux.com
I build it with the DIVI theme from WordPress.
I want the pictures to be covering the full div next to the text no matter the size of the picture.
The picture shall not be deformed so it is kind of a:
min-width:100% and min-height:100% with the rest auto I guess but I tried several option that I found on stackoverflow but without success.
Could someone help me?
Thanks
3
Answers
Try this on css. et_pb_image is the class name which image belongs to
try something like this
You can try applying this css to your image container:
And this to the image:
The image might be more or less hidden, depending on the image and the text size thought.