Stripping inline css attributes
-
This plugin looks great, but has a major problem which is that it strips out inline css attributes from my site. I have a number of elements on the site that have background images specified inline.
For example, this:
<div class="background-image-holder fadeIn" style="background-image: url("https://citibabes.com/wp-content/uploads/2015/07/Home-City-Bitty-1045x745.jpg"); background-position: initial;">Is transformed into this:
<div class="background-image-holder fadeIn">So it’s completely blank. I tried turning off “minify css” and “combine css” but that didn’t help.
Can you make an option to NOT strip out inline css attributes?
The topic ‘Stripping inline css attributes’ is closed to new replies.