The goal is to have the element expand to the size of its parent container, in this case a , no matter how big or small that
, no matter how big or small that
What's worked for me recently is to remove all height="" and width="" attributes from the tag and all child tags. Then you can use scaling using a percentage of the parent container's height or width.
height=""
width=""