Hi,
thanks for using jdiction for such a long time.
But you should really update your Joomla site, I (as release lead for Joomla 3.9.x) released Joomla 3.9.13 today.
About the flag image, the image is a background image
Thats the css code we use for the image:
<style>
  .languageswitcher a {
    padding-left: 20px;
    background-position: center left;
    background-repeat: no-repeat;
  }
</style>
use override the attributes you need to fit your wishes.