• Resolved ramonjosegn

    (@ramonjosegn)


    Hi dear

    I am using PostSnippets for create a shortcode for show webP images.

    But Specify Image Dimensions break my shortcode (I am not sure whats the problem)

    I am using this code

    <a target="_blank" href="{variable-url-link}">
    <picture>
      <source srcset="{variabe-url-webp}" type="image/webp">
      <img src="{variable-url-image}" alt="{info_alt}">
    </picture>
    </a>

    Thanks for support

    • This topic was modified 8 years, 1 month ago by ramonjosegn.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Fact Maven

    (@factmaven)

    Thank you for bringing this to our attention. We will perform local test with that plugin on our end, narrow down the issue, and get back to you as soon as we apply our fix.

    Thread Starter ramonjosegn

    (@ramonjosegn)

    Ok, thanks

    Plugin Author Fact Maven

    (@factmaven)

    When you say that it “brakes“, do you mean that your webP images do not show up? Please provide us example of your content so we can test this on our end.

    • This reply was modified 8 years, 1 month ago by Fact Maven.
    Plugin Author Fact Maven

    (@factmaven)

    This has been resolved in the latest v1.0.4 update

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Break my shortcode for webP’ is closed to new replies.