Forum Replies Created
-
AuthorPosts
-
Hi Josue,
that works good,
made a lot of queries with different max-heights. :-)For others who want to get the footer always shown:
…..
@media only screen
and (min-height : 1200px) {
.entry-content-wrapper { min-height: 875px; }
}
@media only screen
and (min-height : 1250px) {
.entry-content-wrapper { min-height: 925px; }
}
….Just change the min-height of the content-wrapper to fit your sysrtem.
Hi Josue,
this works great. :-)
Thank you.Just in Case, how do i get the normal “fading” a little bit less?
Cheers,
MarkusHi Josue,
this works a bit, but can´t be the last solution for that problem. :-)Is there a chance to get this “responsive”?
For a display with 1024×768 500 could be fine, but for a resolution with 1920 x 1200 a min-height of 500 is to less.With a function you can get the actual resolution and with that information there has to be a way to get this.
For example:
Get Resolution –> Result is 768 –> min-height=(768-(header-height)-(footer height))
Could this be a way to do?Cheers,
MarkusCheers,
MarkusHi Josue,
the url is: polyscale.m3ms.deCheers,
MarkusMade it by myself. :-)
Just changed:
‘title’ => get_the_title($id),
into:
‘title’ => “”,
in Line 267 in functions-enfold.phpCheers,
MarkusMade it by myself. :-)
Added the following line:
background-size: contain;Thanks so much.
Cheers,
MarkusGreat, works fine on full screen.
But now another question. :-)
Is it possible to scale the width so that it always fits the slidersize?
I tried with some arguments like max-width: 100%, but it didn´t worked.
Right now its cutted on scaling the window.Cheers,
MarkusHi Ygit,
http://polyscale.m3ms.de/
I want the shadow to be as wide as the whole slider.Cheers,
MarkusHi Ygit,
it works. :-)
ThanxIs there a chance to get the shadow to full width?
I tried with some other values, but it resizes always to content area.Cheers,
Markus -
AuthorPosts