• Resolved kafirit

    (@kafirit)


    I uploaded my data from a CSV, in the image field I have a link to an external image. Is there a way to view the image at a size set by me instead of the original resolution (eg 4000×3000)? Maybe it can be set through CSS? Can you help me? Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello,
    thank you for reaching out to us.
    Our plugin’s image link columns are used to render images in the table, either in full size, or as a link from a thumbnail to a full size image.

    Rendering rules: If the content of the cells contains a combination of “two sticks” – || – everything to the left of this combination is used as a link to the thumbnail, and everything to the right as a link to the full image size, for example:

    https://domain.com/thumb.png||https://domain.com/fullsize.png

    If the “||” combination is not found in the content, the entire content will be used as a link to a full-size image.

    Issues to note:
    Please note that the plugin does not create thumbnails (at least for the moment), so you will need to take care of this yourself.
    If you would like to open full-size images in lightbox, you can use a plugin for that, e.g. WP Lightbox 2 (please note that this is available for tables that aren’t editable)
    You can check more details about image columns here : https://wpdatatables.com/documentation/column-features/image-columns/

    Let us know if you have any further questions.
    Kind regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Size setting of an image loaded from an external source’ is closed to new replies.