We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d672766 + 8818aff commit 3da6ef3Copy full SHA for 3da6ef3
1 file changed
src/webparts/imageSlider/components/Slide.tsx
@@ -19,7 +19,7 @@ export class Slide extends React.Component<ISlideProps, ISlideState> {
19
public render(): React.ReactElement<ISlideProps> {
20
const { index, activeIndex } = this.props;
21
const inlineStyle = {
22
- backgroundImage: `url(${this.props.slide.LinkFilename})`,
+ backgroundImage: `url('${this.props.slide.LinkFilename}')`,
23
};
24
return (
25
<li
0 commit comments