Hi,
how can i load an image as a button from url. On same way it should have a maximum width an be responsive at the same time. How can i do that?
kind regards Jak
Hi Jak,
I’m not sure I fully understand your intentions. Could you try to explain a bit further, or post a link to an already working example please?
Best regards,
Rikard
Hi,
Try this html in a code block element:
<a href="#" class="avia-button" style="background-color: transparent; border:none;" >
<img src="https://img.icons8.com/external-sbts2018-lineal-color-sbts2018/58/000000/external-hamburger-fast-food-sbts2018-lineal-color-sbts2018.png" />
</a>
then size of the image makes the size of the button
Best regards,
Mike
Hi Mike,
thanks for your help! I will try it.
kind regards Jak