There is no need for the last div in order to preserve the image ration, the bg div can be used as the aspect ratio preserver.
BTW, the best approach of aspect ratio preservation is by using pseudo element, I guess that you didn't used this approach because all your styles are inline.
There is no need for the last
div
in order to preserve the image ration, the bgdiv
can be used as the aspect ratio preserver.BTW, the best approach of aspect ratio preservation is by using pseudo element, I guess that you didn't used this approach because all your styles are inline.