Dynamic ion-footer content

Hi.

I’ve been trying to place some images and text in my side menu which will be fixed at the bottom. I tried using an ion-footer but the height of the footer doesn’t change and the image keeps falling through the screen. Is there any way to achieve this kind of content in a footer?

I’ve attached an image to further explain my dilemma.

Thank you for your usaual help guys…

Hi,
Take a look at this:

The idea is to create your own “customFooter” directive that you put on ion-content and that will resize ion-content based on footer size and force <ion-footer-bar> to have auto height.