wpDataTables

Product details

Q: Hi there, Is it possible to add images right from the google spreadsheet?

For example, I want to create a table that includes images, but not sure if I can add them to the spreadsheet and then import the table to the plugin or if I have to add them inside the plugin?

karenquinterocJul 28, 2021
Founder Team
Aleksandar_TMS

Aleksandar_TMS

May 15, 2024

A: Hello!

If you include images in a Google Spreadsheet, you wouldn't be able to see them in wpDataTables. The only way you can transfer images over would be to add them with an <img src... HTML tag, like this:

<img src="url-to-the-image" width="50">

That will pull the image with a thumbnail width of 50px.

Kind regards

Share
Helpful?
Log in to join the conversation