AzimuthDesigns
Hi
Please check you should not added the width and height value for this image.
I can not see any lazy load on site. If issue remain same kindly edit fields in first post and submit a temp super user login for staff.
does loading="lazy" affect responsive image scaling? how to remove?
I've spent the night looking for any fields related to lazy or height/width...nothing. it's something that is being added in automatically and I'm not able to find a location to control the deletion of height/width from all the images i'm uploading.
I did update the joomla 4 core last night...if that has any bugs perhaps?
I'm including the Article page in question as well as it indicates no button for resizing as I have seen in the tutorials.
Perhaps it's missing?
Good morning!
Where can I find the location to remove the height/width from the image?
I've looked everywhere but cannot locate any mechanism to change that.
What i'm seeing is that the upload feature automatically assigns width&height parameters.
Where can I find the feature to remove this or to delete the width&height?
I see that I'm not the only one noticing this issue. Hopefully we will have an answer soon, since I can't find any way to disable the automatically assigned parameters, and no way to delete it after it's added.
where can i give you this information such that it will be secure?
AzimuthDesigns
Hi
Submit them in edit fields option as in screenshot, it visible to staff only.
please check above for requested details.
please check above for requested details.
Ninja
I have submitted the requested information....let me know how it goes!
Ninja
AzimuthDesigns
Hi
The lazy and with and hight option is added in core Joomla 4 and not from the template.
it will same for Joomla template you will use.
Add this code in custom css
.j40 figure img { height: inherit!important}
May I ask what file that is to add it too?
AzimuthDesigns
Hi
open template folder /css/custom.css
If file not exist create it and add the code, it does not force image for a fix height.
Nice work!
I would not have known how to over-ride that issue.
Thank you so much!!!!!
AzimuthDesigns
You are welcome! i have shared feedback with team, it is known issue as adding fixed height by core Joomla is not good for responsive view.
this file did not exist!
is this "custom.css" where overrides that can survive template updates go for all future dev I will do?
I've lost a lot of customization before to failing to add a .css somewhere and editing the raw css files.
with respect to the other question..
<a href="<?php echo $value->social_link; ?>" title="" target="_blank">
<span class="fa fa-<?php echo $value->social_font; ?>"></span>
</a>
where can i add this so that it won't get scrubbed in the next update???
AzimuthDesigns
Hi
open file "/html/com_content/article/model-centered.php" in template "ja_aiga".
Place the same file on local folder
open file "local/html/com_content/article/model-centered.php" in template "ja_aiga".
This is usually what i do....duplicate the system and modify...but...often upon updating templates and major Joomla version updates they can get scrubbed.
Will this survive major updates?
Ninja