Add an option to apply a code like this to all listing designer templates: <style> #slideshow-inner:hover{ transform: scale(1.5); transition: all 500ms ease; } #slideshow-inner{ transition: all 500ms ease; } </style>