<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Recreating A Landing Page - Parallax Scrolling in CMS Development</title>
    <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780274#M33744</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/549666"&gt;@JHardy43&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your template has 2 rows. The first is empty, the other has all content in it. For this way it's not possible to achieve your goal.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So bring your header to the first row and add the following css will do the trick.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.row-fluid-wrapper.row-depth-1.row-number-1 {
    background: no-repeat center center url(https://info.sygnaturediscovery.com/hubfs/GA%20BG%20OL.jpg);
    background-size: cover;
    background-attachment: fixed;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermafbeelding 2023-04-11 om 12.03.54.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/88969i14BCE1B16469D1FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Schermafbeelding 2023-04-11 om 12.03.54.png" alt="Schermafbeelding 2023-04-11 om 12.03.54.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Apr 2023 10:04:30 GMT</pubDate>
    <dc:creator>Indra</dc:creator>
    <dc:date>2023-04-11T10:04:30Z</dc:date>
    <item>
      <title>Recreating A Landing Page - Parallax Scrolling</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/778883#M33668</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Im trying to recreate this landing page in HubSpot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://explore.sygnaturediscovery.com/invivo/" target="_blank"&gt;https://explore.sygnaturediscovery.com/invivo/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have managed to do 90% of the work but I'm at a loss when it comes to adding the header image. I simply can't reproduce the functionality.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions on how I can achieve it with examples? I'm really struggling.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the page I have created.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://info.sygnaturediscovery.com/google-ads-test" target="_blank"&gt;https://info.sygnaturediscovery.com/google-ads-test&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 13:40:33 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/778883#M33668</guid>
      <dc:creator>JHardy43</dc:creator>
      <dc:date>2023-04-06T13:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating A Landing Page - Parallax Scrolling</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/778902#M33670</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/549666"&gt;@JHardy43&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for reaching out. Good question, but you can create the custom module 'Hero Banner'. It can good option for parallax image.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2023 14:10:02 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/778902#M33670</guid>
      <dc:creator>ankitparmar09</dc:creator>
      <dc:date>2023-04-06T14:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating A Landing Page - Parallax Scrolling</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/779209#M33686</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/549666"&gt;@JHardy43&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any experience with html and css? Otherwise I suggest to get in touch with a developer.&lt;/P&gt;
&lt;P&gt;The option what you want is just adding a background image and set it to background-attachement: fixed.&lt;/P&gt;
&lt;P&gt;CSS for it will look like this:&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.section{
  /* Setting the background image */
  background: no-repeat center center url('image.jpg');
  /* Setting the background image to fixed */
  background-attachment: fixed;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A working example can be seen at &lt;A href="https://codepen.io/ind88/pen/WNaNWyz" target="_blank" rel="noopener"&gt;this codepen&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 08:17:16 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/779209#M33686</guid>
      <dc:creator>Indra</dc:creator>
      <dc:date>2023-04-07T08:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating A Landing Page - Parallax Scrolling</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780225#M33737</link>
      <description>&lt;P&gt;That's amazing thank you! How do I make it so that the image spans the whole area? The width seems to be controlled by the height. The image boundary also seems to move on scroll.&amp;nbsp;&lt;BR /&gt;&lt;A href="https://info.sygnaturediscovery.com/google-ads-test?hs_preview=qafLEjDn-109493823764" target="_blank"&gt;https://info.sygnaturediscovery.com/google-ads-test?hs_preview=qafLEjDn-109493823764&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 08:16:59 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780225#M33737</guid>
      <dc:creator>JHardy43</dc:creator>
      <dc:date>2023-04-11T08:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating A Landing Page - Parallax Scrolling</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780236#M33738</link>
      <description>&lt;P&gt;I may have sorted the width now thanks to your help! I don't suppose you know how to add a colour overlay to the image as well? I've tried stackoverflow but the options don't seem to be working.&lt;BR /&gt;&lt;BR /&gt;.main-content{&lt;BR /&gt;/* Setting the background image */&lt;BR /&gt;background: no-repeat center center url("&lt;A href="https://7062255.fs1.hubspotusercontent-na1.net/hubfs/7062255/GA%20BG.jpg" target="_blank"&gt;https://7062255.fs1.hubspotusercontent-na1.net/hubfs/7062255/GA%20BG.jpg&lt;/A&gt;");&lt;BR /&gt;background-size: cover;&lt;BR /&gt;/* Setting the background image to fixed */&lt;BR /&gt;background-attachment: fixed;&lt;BR /&gt;}&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 08:39:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780236#M33738</guid>
      <dc:creator>JHardy43</dc:creator>
      <dc:date>2023-04-11T08:39:40Z</dc:date>
    </item>
    <item>
      <title>Re: Recreating A Landing Page - Parallax Scrolling</title>
      <link>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780274#M33744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/549666"&gt;@JHardy43&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your template has 2 rows. The first is empty, the other has all content in it. For this way it's not possible to achieve your goal.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So bring your header to the first row and add the following css will do the trick.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="css"&gt;.row-fluid-wrapper.row-depth-1.row-number-1 {
    background: no-repeat center center url(https://info.sygnaturediscovery.com/hubfs/GA%20BG%20OL.jpg);
    background-size: cover;
    background-attachment: fixed;
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schermafbeelding 2023-04-11 om 12.03.54.png" style="width: 999px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/88969i14BCE1B16469D1FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Schermafbeelding 2023-04-11 om 12.03.54.png" alt="Schermafbeelding 2023-04-11 om 12.03.54.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Apr 2023 10:04:30 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/CMS-Development/Recreating-A-Landing-Page-Parallax-Scrolling/m-p/780274#M33744</guid>
      <dc:creator>Indra</dc:creator>
      <dc:date>2023-04-11T10:04:30Z</dc:date>
    </item>
  </channel>
</rss>

