• Resolved pradopablo

    (@pradopablo)


    Hi! I’m creating a template for post notifications. I was able edit the formatting of the content and title by putting them inside p and h1 tags, respectively; however, I can’t get how to edit the image styling… I want to set it to a certain size…

    For example, if I were doing it with an image url, I would use the following code (I tested this code and it is working by itself…)

    [open tag]img height=”auto” width=”600″ src=”https://www.faithatwork.network/wp-content/uploads/2022/01/Psalm_121_1-2.jpg” /[close tag]

    This shows the image the exact size I want to show…
    However, when I try using the {{POSTIMAGE}} tag, I don’t know were to place it…

    Placing it this way won’t work: img {{POSTIMAGE}} /img;…

    How can I do this?

    In advance, thank you so much for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter pradopablo

    (@pradopablo)

    Sorry, I didn’t notice the html code would post the real image…

    The code that works with an image url is: &lt img align=”left” class=”zpImage” height=”auto” hspace=”0″ size=”B” style=”width:600px;height:autopx;max-width:600px !important;border:0px;text-align:left;” vspace=”0″ width=”600″ src=”{{POSTIMAGE}}”&gt

    • This reply was modified 3 years, 2 months ago by pradopablo.
    Plugin Contributor kishanranawat

    (@kishanranawat)

    Hi @pradopablo,

    THe {{POSTIMAGE}} keyword will generate HTML tag.

    The plugin also provides {{POSTIMAGE-URL}} keyword if someone needs a URL instead.

    Hope this helps you. Let us know how it goes or if you have any further queries.

    Thank you.

    Plugin Contributor kishanranawat

    (@kishanranawat)

    Hello @pradopablo,

    We hope our previous reply was helpful in resolving your issue.

    We haven’t heard back from you for a while.

    Closing this thread for now. You can reopen it again in case if the issue is still not resolved.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do I edit the formatting of the {{POSTIMAGE}} ?’ is closed to new replies.