I write this post because I have this problem:
I have a string with html characters.
What I want is to remove from this string, all images which are smaller than 10px width. How could I do this in PHP?
I’ve been thinking in the use of some loop but I don’t know how to implement that. Can somebody help me?
You can try
Output