Need Help How To Realize ... - Question | JoomShaper

Need Help How To Realize ...

GG

gwd gmbh

SP Page Builder 1 year ago

i would like to have pictures in the background which appear between two sections and after the section the next picture appears. as an example look at https://yogacircle.ch/ I am trying to realize this.

can someone give me some ideas on how to do this?

0
5 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168074

Hi,

About which section you are talking about ? On yoga site there are 5 sections with background image.

Four of them (below) uses simple BG CSS rules

background-attachment: fixed;
  background-size: cover;

That you set in Section settings , example how it can be done:

info_3119_2024.gif


But do not use .png files, use .jpg instead.

0
GG
gwd gmbh
Accepted Answer
1 year ago #170180

tks a lot. thats exactely what i was looking for.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #168075

But for iPhone users try to not use "cover" otherwise Safari Mobile browser may goes crazy ....

0
GG
gwd gmbh
Accepted Answer
1 year ago #170181

tks a lot. do u hav an idea how this could be realized for ios and ipados?

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #170188

Instead of fixed - use scroll value in Background Attachment.

info_3197_2024.gif

Or by using Custom CSS force it only on mobile view.

0