WP Retina 2x Rewriting Size Attributes
-
My markup with WP Retina 2x deactivated is:
<img width="205" height="205" src="https://www.brp.test/wp-content/uploads/2013/11/Kees-Nelis-Tulips-205x205.jpg" class="attachment-thumbnail" alt="Kees Nelis Tulips">
Nothing changes when WP Retina 2x is activated with the Advanced Method set to none and Debug Mode off.
With Method retina.js turned on, all is still well.
But when the debug mode is then turned on the markup is rewritten as:
<img width="209" height="209" src="https://www.brp.test/wp-content/uploads/2013/11/[email protected]" class="attachment-thumbnail" alt="Kees Nelis Tulips">
And the img.attachment-thumbnail used is 230px x 230px. That, of course, messes up the display of the WP gallery it’s being used with.
The same thing happens when HTML Rewrite is set as the Method.
What could I have configured wrong to be doing that?
Bob
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘WP Retina 2x Rewriting Size Attributes’ is closed to new replies.