Is there a way to insert an icon as a part of title/heading? I am trying to avoid inserting emoji.
Thanks for your help!
Is there a way to insert an icon as a part of title/heading? I am trying to avoid inserting emoji.
Thanks for your help!
I know @Deena has done this for sure. Possibly @Lucas_Pires as well.
Thanks @Jeff_Hager. Will wait for their response.
Check the last item in the doc:
You have to place your url in the place of INSERT URL
I had some help with this so if it doesn’t work we have to wait for @Lucas_Pires who gave it to me. lol
Thanks @Deena and @Lucas_Pires
Is CSS supported officially?
No, Glide has repeatedly said it is not.
Ok. Good to know.
@Lucas_Pires and @Deena!
Thank you!
I nominate @Lucas_Pires to join the already incredibly talented Glide Design team so we can have legit mind-blowing design without violating the rules. lol
Anything less is unacceptable.
I know @david is trying hard to get some incredible talent.
Oh, this would be an honor
Thank you guys! Appreciate the trust and compliments. I just try to do what I think could be an amazing experience for me as user
Just took a look at the document. Incredibly helpful but… The generate image component doesn’t work in the template column. All it says is ‘glide:mesh’ instead of the actual image. Is this a bug or is this how things are going to be forever
This is its intended behaviour.
Is there away to get the URL image from the sheet ID? I wonder how you guys know the ID, of each element? i know a bit css. but i dont understand how you guys get it?
Not sure what you’re asking there?
In Deena’s example:
(background-image: url("INSERT URL");
You need to replace INSERT URL
with the URL of the image you want to use.
You need to use browser dev inspection tools.
In Chrome, for example, you can open your app in a browser tab, then Right Click → Inspect.
Thank you Yes i wanted to get the class and ID. I am finally understanding how you guys are doing it also Is there a way to add another
<div class="My Class i want to add>` <div class="sc-uxeQQ ehSxPD"></div> <div class="sc-uxeQQ ehSxPD"></div> </div>
I need some kinda workaround to play with.
Is there anywhere where i can find it on the forms i am sure it was asked before.
This is what i am working on. I thought i might share.
<div class="ImgAfter"><pre><span><style> * { box-sizing: border-box; } .ImgAfter::after{ content: ""; clear: both; display: table; } [data-test="app-image-carousel"]{ float: left; width: 20.33%; padding: 20.33%; } @media screen and (max-width: 10px) { .column { width: 200%; } } </style></span></pre> </div>