Hi everybody,
I was wondering if itโs possible to change the thumbnail to square shape when I use the TEXT_ICON FUNCTIONโฆ
To be more specific. I have a list of products with square thumbnails already and for those products that donโt have an image in their records I show the function so it doesnโt look like a white space.
I have also done this with other tables such as brands and customers so I wouldnโt like to upload the same not available pic everytime.
I thank for any help in advance.
Regards.
Solved! Go to Solution.
Hello,
If the field type is currently set to โThumbnailโ, can you change it to โImageโ and save/test/observe?
Hello,
If the field type is currently set to โThumbnailโ, can you change it to โImageโ and save/test/observe?
Hi,
Thank you for your answer, changing the field to image seems to give me full control of the shape but Iโm still concerned that once I have several records, the sync time might be affected.
The only reason I was using this format is because I read that thumbnails are lighter formats, and I thought I was going to have the same shape control as image.
In this context, itโs probably fine (the performance). Some other ideas to consider:
Images which are rendered on the fly versus being downloaded from a file storage location are probably going to appear faster/quicker - not necessarily always, but on average. These might include:
Hope this helps!
For anyone else finding this solution, trying thumbnail and image yet still getting the circle, here's how I fixed it.
The circle is a result of image size, so you'll need a bigger image.
Use a virtual column, paste in the following, and then set the type to image and you should be good to go.
CONCATENATE("http://via.placeholder.com/640x360/{background-color-code}/{font-color-code}?text=",ENCODEURL([your-text-column]))
Please note, at the time of writing, https does not work in gallery, detail, or deck view (with selected background colors).
Good Luck!
User | Count |
---|---|
17 | |
11 | |
6 | |
5 | |
5 |