Inline image resize got 0px in edit mode #864
-
Hello, Steps to reproduce:
`var inlineImage = newArticle.GetInlineImage(control, transformedUrl, new PageImageOptions() { Alignment = PageImageAlignment.Center }); // initialize image on page var value = imageNode.OuterHtml.Replace(imageNode.OuterHtml, $"{inlineImage}"); // replace value could you please advise where could be the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
After further investigations i created bug: |
Beta Was this translation helpful? Give feedback.
After further investigations i created bug:
#868