WebsiteBaker Support (2.10.x) > Modules

MiniHero vs. Template Fruesteg: Contentbox bgrd Color (Issues)

<< < (4/4)

Ruud:

--- Quote from: Legaziofunk on January 03, 2020, 02:43:19 PM ---Any idea, where this is coming from?

--- End quote ---
Probably the 13Mb of images that needs to be loaded.
Most hero images you are using are very large (+4000px width). You should make them much smaller. (Your max viewport is 1200px)

Next use an (online) image optimizer to make them as small (in Kb) as possible.

Legaziofunk:

--- Quote from: Ruud on January 03, 2020, 03:36:29 PM ---
--- Quote from: Legaziofunk on January 03, 2020, 02:43:19 PM ---Any idea, where this is coming from?

--- End quote ---
Probably the 13Mb of images that needs to be loaded.
Most hero images you are using are very large (+4000px width). You should make them much smaller. (Your max viewport is 1200px)

Next use an (online) image optimizer to make them as small (in Kb) as possible.

--- End quote ---

Thanx, I'll look into that.
Though this also happens, when the page has already loaded and is just looked at again after switching between two different windows. Does MH always reload images every time?

What about this floating issue? (cf. post before that)

Ruud:
Using floats always give undesired results. :-)

You could try to clear the floats for every "new" section.

--- Code: ---.section {
  clear: both;
}
--- End code ---

That might help.

Legaziofunk:

--- Quote from: Ruud on January 03, 2020, 04:38:16 PM ---Using floats always give undesired results. :-)

You could try to clear the floats for every "new" section.

--- Code: ---.section {
  clear: both;
}
--- End code ---

That might help.

--- End quote ---

It did!!

Thanx - I thought, I had seen this already somewhere but forgot about it...

 (Y) (Y) (Y) (Y)

Navigation

[0] Message Index

[*] Previous page

Go to full version