Image displaying ID

6 June, 2025 07:12:11
Maickel
Topics: 1
Messages: 5
I'm trying to display information from a post type made with Jet engine, when mapping the image field it displays the ID, the text field is normal
6 June, 2025 07:15:16
E2Pdf
Support
Topics: 7
Messages: 3479
Hello,

If it's returning the Image ID instead of the URL, you should be able to use the modified shortcode to output the image URL instead by adding the attributes: attachment_image_url="true" and size="full" to the shortcode:

[e2pdf-wp key="metakey" meta="true" attachment_image_url="true" size="full"]

https://e2pdf.com/docs/extensions/wordpress#post-meta

We would really appreciate your feedback at WordPress.org!
6 June, 2025 07:23:33
Maickel
Topics: 1
Messages: 5
thank you very much
6 June, 2025 07:31:22
Maickel
Topics: 1
Messages: 5
How do I increase the size of the area where the PDF is displayed?
6 June, 2025 07:33:39
E2Pdf
Support
Topics: 7
Messages: 3479
By default, it's possible to resize elements by double-clicking on them and then resizing or "Right Mouse Click" -> "Resize". If this is not what you mean by the "size of the area" please clarify.
We would really appreciate your feedback at WordPress.org!
6 June, 2025 07:35:38
Maickel
Topics: 1
Messages: 5
I am displaying the pdf on one page, and I want to increase the display height
6 June, 2025 07:36:46
E2Pdf
Support
Topics: 7
Messages: 3479
If you are referring to the [e2pdf-view] shortcode, which outputs the PDF on the page, please check the current documentation here: https://e2pdf.com/docs/shortcodes/e2pdf-view.

[e2pdf-view id="1" width="100%" heoght="500"]

[e2pdf-view id="1" width="100%" responsive="page"]

[e2pdf-view id="1" width="100%" responsive="true"]
We would really appreciate your feedback at WordPress.org!
6 June, 2025 07:41:21
Maickel
Topics: 1
Messages: 5
Thanks!! I used the last option, perfect