I have Mobile Joomla installed, and i want images to resize, but when they are resized, the url is not OK.
My mobile gets this html:
The problem is:
The image url should be:
How can I fix this on the component?
Thank you very much.
My mobile gets this html:
<p style="text-align: justify;"><img width="100" height="172" style="width:100 !important;height:172 !important;" src="/images/Resized/mobile_100x172.jpg"border="0" /></p>
The problem is:
src="/images/Resized/mobile_100x172.jpg"
The image url should be:
src="images/Resized/mobile_100x172.jpg"
How can I fix this on the component?
Thank you very much.