-
It's going to behave responsively inside of any Particle; the Particle is restricting it's width in order to scale for smaller devices.
You can make the Particle wider. You can remove the Particle's padding/margins from the Block Settings Tab > Variations (
docs.gantry.org/gantry5/configure/layout-manager#settings-2
)
Alternatively you can just use a Custom HTML particle and load your image in that way (Other RT themes have a "better" Image Particle you can use). For images I like to use the gantry media stream:
<img src="gantry-media://logos/image.png" />
That will looks for a "logos" folder with an "image.png" file inside of:
[theme-name]/images
[theme-name]/custom/images
or within Joomla's default image directory
-
The following users have thanked you: Daniel Benson
- SEARCH the forum first! These boards are rich in knowledge and vast in topics. This includes searching just the 'Solved' forums, using Google, and using ChatGPT
