Hi

Using the Hubs template quickstart on Joomla4 website
We are trying to replace some of the images with our own images but are having some issues

When we change a quickstart image to one of our own image it adds the height and width
images/CommCulture/Ideas2.jpg#joomlaImage://local-images/CommCulture/Ideas2.jpg?width=2607&height=1738

If we try to remove the dimensions - it just adds them back again

It looks fine on the laptop but on an iphone the image is distorted being very narrow and very long in height
How do we stop it adding the dimensions

Any help would really be appreciated

Thanks
Rich

    Hi perryworld,
    This is a feature of Joomla, we can not disable it. Also, I have checked your site on my phone and see that the image still showing well. Could you send me a screenshot of the image very narrow and very long in height?

    If you still want to disable it, you can open the libraries\src\Helper\MediaHelper.php file, line 347, and comment this code:

    After uploading the image, you can remove the ?width=2607&height=1738.

    Write a Reply...
    You need to Login to view replies.