Image in Background

Hello friends!
Is it possible to put a background with image inside an Inline List?

Valdir!

1 Like

Do you mean each item should have the same background?

No, it would be the same when “STYLE” is in “Details”. A background image for all page (Inline).

I’m not sure it’s lost in translation or not, but at the moment the only thing you can do with an inline list’s image is pointing it to the image column of your choice. What further options do you need?

2 Likes

It can be tip of my English (google translator) yes kkkkk. Sorry. The yellow background image is the first screen of my app. I would like to put it on the Inline List as well. Where the color is white I would like it to be yellow.

Ah if you’re willing to risk using HTML you can use a rich text component. Glide doesn’t officially support this so do it at your own risk.

<a style="position: fixed; 
width: 100%; 
top:20px;
right: 0%; 
z-index:-1;
" target="_blank" rel="noopener">

<img src="your image link" title="" style="">
2 Likes

Hello @ThinhDinh!
I really think the difficulty is in translating my need. The background that I would like to put is “inside” in the Inline List as the picture I am posting.
Glide has no option of putting Rich Text in the situation I would like.
Thank you very much for your attention.

No you can’t do that at the moment. Your only option is to design the images yourself. I take it you want to combine a background image with another image, probably you can try Cloudinary.

2 Likes

This is not supported. I’m sorry.

1 Like

Usei o cĂłdigo mas o topo continuou na cor branca

imagem

Seems like we can’t touch that part.

1 Like

É uma pena e fico triste. pois iria valorizar bastante nossos aplicativos!

Like this?

1 Like

Or this with an image background?

If so, here’s the code:

<pre><span><style>
.gabemc {
    background-image: url(https://lh5.googleusercontent.com/ReJgrO9ttRyefFimS6jFviR-vawWQH9odvjjJOzgou1A9dhTdUwh6MDEPVrGKafqiJgjOzePHNsWaJR4RTx9JdxpjwOjRKipZ8FvbwXvTYzj8qBcI0WJb0OBcyDATfvJdqSfZx3Y) !important;
    background-size: cover;
}
3 Likes

Good @Robert_Petitto.
It already gives an option to place a background when the product image is with a transparent background.
Thank you very much.

Certainly…:ok_hand::ok_hand: