I use the standard Joomla! to add a photo outside the article and another featured image within the article and that featured image does not resize.
see the post link: https://www.grupotubform.com.br/produtos/tubform/teste-tubform-2
see attached image:
Any tips or solutions for the error?
Hi rikaryo
You can use this custom css to make the images show fully:
@media (max-width: 480px){ .jub-block.mainbody .item-page p > img { width: 100%; height: auto; }}
Regards
saguaros
I added the script to a custom file. css in the template's css, it didn't work, then add in the custom code settings in the edition on the homepage and it didn't work either.
am i doing something wrong?
It may due the browser's cache as I can see the images are showing fine now.