Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm trying to display images in a table without having to use extensions. The table object clearly has some related options, but it doesn't work, it just shows the url instead of images. I've read a couple topics regarding this subject and I seem to be doing exactly as pointed, but without sucess.
For instance, this post, shows an example of a cat picture. I've tried adding the URL to the dimension field as he did; as a measure; the url only in the image setting field... none of them worked.
What am I doing wrong?
PS: I've tried different formats as well, not only SVG as the example above. My objective is to display instagram pictures for which I have a column holding the direct media link, e.g:
Ok, for those having the same issue, I managed to "fix" this:
In the admin panel, look for the "content security policy" menu. You must add the domain for the URL you're trying to show in this section and select the content format you authorize showing up (e.g img-src).
In my case:
Ok, for those having the same issue, I managed to "fix" this:
In the admin panel, look for the "content security policy" menu. You must add the domain for the URL you're trying to show in this section and select the content format you authorize showing up (e.g img-src).
In my case:
Hello,
I have run into a similar use case and also have done the same in the solution and still no luck. Any other ideas on why this might be?
Hi, matt
Can you explain me a bit more? Did you try to add the domain to the content security? Which website are you trying to get the image from?
Yes, the domain was successfully added to the CSP, and I am attempting to integrate another cloud-based external service. I suspect the issue might be related to the format itself, as the URL consistently ends with "/image." Any guidance or suggestions would be greatly appreciated!
Are you sure you have the image url itself? Try right clicking the image and select the "open image in a new tab" option. The url shown in the url bar is the direct url to the image that you must use.
Moreover, the domain you must add in the content security is the main domain for the website hosting the image. For instance, if you load pexels.com and click on an image to open in a new tab, you'll notice the url is like this:
So the domain you should add to the content security policy is https://images.pexels.com.
I'm not sure what format are allowed, but I have a feeling webp images might not work.