Show again the same images after changes
-
Hi
Here is an example:Setup:
Width in HTML: 863
New Image Size: entry_without_sidebarBefore:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_with_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x328.jpg" alt="La solution Microresina" width="863" height="328" /></a>
After Analyse and HTML update:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_without_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x423.jpg" alt="La solution Microresina" width="863" height="423" /></a>
– size-entry_with_sidebar is changed to size-entry_without_sidebar: it’s ok
– kerakoll-microresina-863×328.jpg is changed to kerakoll-microresina-863×423.jpg: it’s ok tooBut when I launch another time the Analyse, the same image is listed in the “Top Update” column:
Before
:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_without_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x423.jpg" alt="La solution Microresina" width="863" height="423" /></a>
After
:
<a href="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina.jpg"><img class="alignnone wp-image-27049 size-entry_without_sidebar" title="Solution Microresina décorative" src="https://www.mydomain.com/wp-content/uploads/2017/06/kerakoll-microresina-863x423.jpg" alt="La solution Microresina" width="863" height="423" /></a>
As you can see the Before and After are the… same.
Why? maybe it’s because the original width of the image was 863px…
Maybe you’ll can check if (Before and after are the same) {do not show it}
because it means that no changes will be applied.What do you think about that?
Thanks
- The topic ‘Show again the same images after changes’ is closed to new replies.