Add effect to all pictures in the template

Home Forums Support Add effect to all pictures in the template


What can I do, to add a “zoom in”- effect to all pictures in my articles of my template?


Which template that you are using ? You can add “ZOOM-IN” feature by customizing css code.
Example : https://codepen.io/lucy_wheel/pen/VxYzKP
You can implement css code for your joomla article image.


I’m using factory template, but how can I insert it to take effect on all article images?


You need to override the joomla content to create a effect for intro image or full article image.

The files located at joomla/templates/template_name/html/layouts/joomla/content/
Here you can customize full_image.php file or intro_image.php file

Example: if you want to implement the effect for image via category blog, you can customize the intro_image.php
For single article view, customize the full_image.php file.

You must be logged in to reply to this topic.