• I’ve a div with background-image:

    <div class="single-article-featured-image clearfix" style="background-image: url('/wp-content/uploads/2020/04/ordinateur-portable.jpg')">

    converted like that:

    <div class="single-article-featured-image clearfix nunil-fly-6285a02504c26cc52191e7ffcee94a21299cf927779975b79b23ea83a4bacf4d">

    and background image are lost…

    Any idea on how to fix that or a workaround??

    The page I need help with: [log in to see the link]

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

    (@mociofiletto)

    The style attribute should be eliminated (as you wrote) and added in an inline stylesheet that you should have in the bottom of your head section. However, you need to enable style-src directive and to whitelist the captured inline styles in the Whitelist inline table.

    The added <style> tag has id=”nunil-internal-stylesheet”

Viewing 1 replies (of 1 total)
  • The topic ‘Inline style with background-image lost’ is closed to new replies.