Added loading feedback for images.
This commit is contained in:
@ -35,6 +35,10 @@ export default (props) => {
|
||||
<ImageSection
|
||||
src={ require('./../../../images/banners/about/glasses.svg') }
|
||||
alt="domsPlace"
|
||||
width="2400"
|
||||
height="1200"
|
||||
test="true"
|
||||
loadable
|
||||
>
|
||||
<PageBoundary full>
|
||||
<FloatingContentBox position="middle center" size="large" className="u-text-center">
|
||||
|
@ -68,6 +68,7 @@ const ExistingWorkFrame = (props) => {
|
||||
alt={props.title}
|
||||
loadable
|
||||
className="p-home-page__work-link-image"
|
||||
maxWidth="600"
|
||||
/>
|
||||
</a>
|
||||
</Frame>
|
||||
|
@ -34,7 +34,7 @@ import ElementScrollFader from './../../../animation/fade/ElementScrollFader';
|
||||
|
||||
const Platform = (props) => {
|
||||
let children;
|
||||
let image = <Image src={props.src} className="p-home-page__brands-image" />;
|
||||
let image = <Image src={props.src} loadable className="p-home-page__brands-image" />;
|
||||
|
||||
if(props.to) {
|
||||
children = (
|
||||
|
Reference in New Issue
Block a user