The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
Jun 26, 2023 05:09 AM
Hello Airtable community,
I'm developping a custom extension for my base. I would like to put in background of the an image.
I've tried with a stylesheet without success actually.
Is there a way to do it ?
Many thanks,
PP
Nov 12, 2023 03:32 AM
I have done this with css, here's an example:
.backgroundDiv { background:url(https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png)}