2
I have an image with a background worked, in this image I’m giving padding equal 140px, but instead of the image increase the padding, and consequently, get a bigger box, the image is reducing, increasing the padding to inside the image while maintaining the ratio of the image?
The problem started when I migrated the content to a container from another page that uses bootstrap. Does anyone have any idea what might be going on in this CSS?
This is the version of old padding (Jsfiddle):
img.image.resize { }
If it increases from 140px to 300px for example it increases everything (but in the new one I’m doing it does not do this...
See in the picture, what happens when I shoot the padding:
Include the code in your question, using the snippet
– Leandro Angelo
the problem is it’s too much code.
– Ivan Ferrer
Dude, what’s "Matrix(0.190268, 0, 0, 0.190268, 4, -35) for"? Try taking this to see if it helps you. Strip the padding and work with fixed height and width.
– Rodrigo Mello