I've encountered an issue with my ion-header background-image - it appears to be zooming in.
https://i.sstatic.net/7ajIY.png
The first image shows the problem, while the second image displays how I would like it to look.
.background-header {
background: url(../img/bg_header_menu.png) !important;
background-size: cover;
}
I have tried using background-size: cover, 100%, and other options without success.
Thank you for any help!
EDIT with HTML:
<ion-header-bar class="background-header">
</ion-header-bar>
I apologize for the unclear explanation. The issue is that the first image appears to be zoomed in, causing discrepancies in comparison to the second image.
The image size is 1366x177 pixels and does not repeat.