Hello
I use the function buildK2Image in order to try to automatically retrieve image in an intro text if it is not already defined in $item
However, our urls are build on https with cdn and it seems that the regex in this function does not work
Could you help me retrieve an image with a src like
https://cdn.mywebsite.com/image_folder/files/456/photo%20copie%202.JPG
and an html like
<div class="itemIntroText">
<p>
test<input alt="" src="https://cdn.mywebsite.com/image_folder/files/456/photo%20copie%202.JPG" style="width: 1632px; height: 1224px;" type="image">
</p>
</div>
your regex does not seem to work on this output with joomla ck editor default image button ?
thanks for helping