<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DIVI Images Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<atom:link href="https://wpportfolio.com/category/divi-images/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpportfolio.com/category/divi-images/</link>
	<description>Custom Divi Designs &#38; WordPress Solutions for Small Businesses</description>
	<lastBuildDate>Wed, 14 Jan 2026 05:16:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>

<image>
	<url>https://wpportfolio.com/wp-content/uploads/2019/04/cropped-WP-Portfolio-favicon-32x32.png</url>
	<title>DIVI Images Archives - WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</title>
	<link>https://wpportfolio.com/category/divi-images/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Zoom Image on Hover &#8211; DIVI</title>
		<link>https://wpportfolio.com/zoom-image-on-hover-divi/</link>
		
		<dc:creator><![CDATA[Girish Dadlani]]></dc:creator>
		<pubDate>Sun, 24 Feb 2019 17:19:48 +0000</pubDate>
				<category><![CDATA[DIVI Images]]></category>
		<category><![CDATA[Divi]]></category>
		<category><![CDATA[Hover]]></category>
		<guid isPermaLink="false">https://wpportfolio.com/?p=117523</guid>

					<description><![CDATA[<p>Add a zoom effect to your images on hover in DIVI with a few lines of CSS. This is easy to achieve and will make your site more interactive.</p>
<p>The post <a href="https://wpportfolio.com/zoom-image-on-hover-divi/">Zoom Image on Hover &#8211; DIVI</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><div class="et_pb_section et_pb_section_0 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_0">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Would you like your image to zoom a little when a user hovers over the image?  Small interactions like this can give some life to your website and make the website interactive. This is quite simple to achieve with a few lines of CSS.</p>
<h2>Steps</h2>
<p>To start with we will add a image module in Divi, add an image and assign it a class of imagezoom as shown below.</p>
<ol>
<li>Add a new image module in DIVI by clicking on insert module.</li>
<li>Pick an image from the media library or add a new image using the &#8220;UPLOAD AN IMAGE&#8221; Button as shown below.</li>
<li>Head over to the advanced tab and assign a class of imagezoom in the CSS Class field as shown below.</li>
</ol></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_0">
				
				
				
				
				<span class="et_pb_image_wrap "><img fetchpriority="high" decoding="async" width="655" height="433" src="https://wpportfolio.com/wp-content/uploads/2019/02/Add-New-Image-Module.jpg" alt="Add New Image Module" title="Add New Image Module" srcset="https://wpportfolio.com/wp-content/uploads/2019/02/Add-New-Image-Module.jpg 655w, https://wpportfolio.com/wp-content/uploads/2019/02/Add-New-Image-Module-300x198.jpg 300w" sizes="(max-width: 655px) 100vw, 655px" class="wp-image-117532" /></span>
			</div><div class="et_pb_module et_pb_image et_pb_image_1">
				
				
				
				
				<span class="et_pb_image_wrap "><img decoding="async" width="983" height="508" src="https://wpportfolio.com/wp-content/uploads/2019/02/Add-a-class-to-the-module.jpg" alt="Assign a class to the module" title="Assign a class to the module" srcset="https://wpportfolio.com/wp-content/uploads/2019/02/Add-a-class-to-the-module.jpg 983w, https://wpportfolio.com/wp-content/uploads/2019/02/Add-a-class-to-the-module-300x155.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/02/Add-a-class-to-the-module-768x397.jpg 768w" sizes="(max-width: 983px) 100vw, 983px" class="wp-image-117533" /></span>
			</div><div class="et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p>Next we will add the following CSS in the stylesheet of your child theme.</p>
<p>Add the following css to your child theme (if using one) or to the DIVI Theme Options (Under Custom CSS)</p>
<p>.imagezoom {<br />overflow:hidden;<br />}<br />.imagezoom scale-image img{<br />transition: all 0.5s;<br />}<br />.imagezoom :hover img {<br />transform: scale(1.1)<br />}</p>
<h2>Analysis</h2>
<p>We use the CSS overflow property here because the overflow property specifies what should happen if content overflows an element&#8217;s box. In this case since we will scale the image to a larger size the content of the image that falls outside the image boundaries will be hidden, giving it a nice zoom effect.</p>
<p>Note I have kept the transition to 0.5s (this will take about half second) for the image to zoom. You can increase or decrease the transition speed as per your needs.  Also I have kept the transform scale to 1.1, but you can increase it to a higher value if you want the image to zoom to greater extent.</p>
<p>If you would like to know more about CSS Overflow Property, CSS Transform Property and CSS Transitions here are a couple of links for your quick reference.</p>
<p>CSS Overflow Property<br /><a href="https://www.w3schools.com/cssref/pr_pos_overflow.asp" target="_blank" rel="noopener noreferrer">https://www.w3schools.com/cssref/pr_pos_overflow.asp</a></p>
<p>CSS Transform Property<br /><a href="https://www.w3schools.com/cssref/css3_pr_transform.asp" target="_blank" rel="noopener noreferrer">https://www.w3schools.com/cssref/css3_pr_transform.asp</a><br /><a href="https://css-tricks.com/almanac/properties/t/transform/" target="_blank" rel="noopener noreferrer">https://css-tricks.com/almanac/properties/t/transform/</a></p>
<p>CSS Transitions<br /><a href="https://www.w3schools.com/css/css3_transitions.asp" target="_blank" rel="noopener noreferrer">https://www.w3schools.com/css/css3_transitions.asp</a></p>
<h2>Final Result: Hover on the following images to see the Zoom effect</h2>
<p>Here is the result on a couple of images that has the imagezoom class assigned to it.</p></div>
			</div><div class="et_pb_module et_pb_image et_pb_image_2 imagezoom et_pb_image_sticky">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="1080" height="502" src="https://wpportfolio.com/wp-content/uploads/2019/02/children-817365_1080.jpg" alt="Zoom Image on hover" title="Zoom Image on hover" srcset="https://wpportfolio.com/wp-content/uploads/2019/02/children-817365_1080.jpg 1080w, https://wpportfolio.com/wp-content/uploads/2019/02/children-817365_1080-300x139.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/02/children-817365_1080-768x357.jpg 768w, https://wpportfolio.com/wp-content/uploads/2019/02/children-817365_1080-1024x476.jpg 1024w" sizes="(max-width: 1080px) 100vw, 1080px" class="wp-image-117539" /></span>
			</div><div class="et_pb_module et_pb_image et_pb_image_3 imagezoom et_pb_image_sticky">
				
				
				
				
				<span class="et_pb_image_wrap "><img loading="lazy" decoding="async" width="600" height="375" src="https://wpportfolio.com/wp-content/uploads/2019/02/calvin-and-hobbes.jpg" alt="Zoom Image Example" title="calvin and hobbes" srcset="https://wpportfolio.com/wp-content/uploads/2019/02/calvin-and-hobbes.jpg 600w, https://wpportfolio.com/wp-content/uploads/2019/02/calvin-and-hobbes-300x188.jpg 300w, https://wpportfolio.com/wp-content/uploads/2019/02/calvin-and-hobbes-400x250.jpg 400w" sizes="(max-width: 600px) 100vw, 600px" class="wp-image-117531" /></span>
			</div><div class="et_pb_module et_pb_comments_0 et_pb_comments_module et_pb_bg_layout_light">
				
				
				
				
				
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div><div class="et_pb_section et_pb_section_2 et_section_regular" >
				
				
				
				
				
				
				<div class="et_pb_row et_pb_row_1">
				<div class="et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child">
				
				
				
				
				<div class="et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light">
				
				
				
				
				<div class="et_pb_text_inner"><p><em>I would love to hear about how I can help you with your business website. I have a Masters in Computer Science from Pace University, New York. Having worked in the software industry for many years, I am now freelancing and have specialized in using the<a href="https://www.elegantthemes.com/gallery/divi/" target="_blank" rel="noopener noreferrer"> DIVI theme</a> from Elegant Themes, since the past eight years. Do have a look at my <a href="https://wpportfolio.com/portfolio/">portfolio</a> to view my other completed projects. Feel free to <a href="https://wpportfolio.com/contact-divi-freelancer/">contact me</a> and I will get back to you immediately.</em></p></div>
			</div>
			</div>
				
				
				
				
			</div>
				
				
			</div></p>
<p>The post <a href="https://wpportfolio.com/zoom-image-on-hover-divi/">Zoom Image on Hover &#8211; DIVI</a> appeared first on <a href="https://wpportfolio.com">WPPortfolio &ndash; Expert Divi Freelancer &amp; WordPress Web Design</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
