Sandy Miranda, Cultural Explorer

Client: Sandy Miranda, Cultural Explorer

Project Brief: Sandy needed her site updated before her long-awaited memoir was published, so we cleaned up her content and re-designed the look and feel to match the cover design of “Tuning In.” The idea was to highlight the book, while extending the other material on the site – mainly her archive of radio work. We added special custom layouts for her radio shows, for her series “Women, Spirit and Peace,” Travel photos, News & Events, and a section of treasured recipes from friends, family and luminaries from the music world.

Visit Site Back to Portfolio

4027Note: The placeholder image sizes provided are examples only. You can use images as tall as you like.

To adjust the height of the visible space, edit the max-height value in each section’s structure settings in the advanced tab.
The images are defined in the background settings of the style tab in each section. You need to add the same image to the static and hover states. The static state should have a background position of: Left 50%, Top 0%. The hover state should have a background position of: Left 50%, Top 100%.

You can adjust the speed of the scroll by adjusting the CSS in the Custom CSS box of the parent row.

.bb-scroll-screen-1 .kt-inside-inner-col {
  transition: background-position 1s linear;
}

Adjust the 1s value above to control the time the image takes to return to its static state (on mouseout)

.bb-scroll-screen-1 .kt-inside-inner-col:hover {
  transition: background-position 10s linear;
}

Adjust the 10s value above to control the speed the image scrolls on hover (on mouseover)