I have a parent div with width:100% and overflow:hidden
I need to place an image of 2500-3000px inside it, but have the image horizontally centered (cropped left and right) so the main center section of the image shows on smaller screens, but without horizontal scrollbar.
I can’t use background-image since the image is dynamically added via php.
Please help.
I have a parent div with width:100% and overflow:hidden I need to place an
Share
If you know the width and height of the image beforehand (i.e. they’re all the same) then you can use the old
margin/positiontrick: