Extend description panel on Image Effect CK
6 years 9 months ago #47066
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Extend description panel on Image Effect CK
I have given your the code ...this is not what I have written
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47068
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
I've added the code you've supplied to the css but it hasn't worked?
Check the "USERS" panel at
uk604.directrouter.com/~wwqinzls/index.php/construction
I've extended the list to include more items but they remain hidden
Check the "USERS" panel at
uk604.directrouter.com/~wwqinzls/index.php/construction
I've extended the list to include more items but they remain hidden
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47069
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
figure.effectck-sarahPink img, figure.effectck-sarahBlue img {
max-width: none !important;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
min-height: 220px;
object-fit: cover;
}
max-width: none !important;
width: -webkit-calc(100% + 20px);
width: calc(100% + 20px);
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
-webkit-transform: translate3d(-10px,0,0);
transform: translate3d(-10px,0,0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
min-height: 220px;
object-fit: cover;
}
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47070
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Extend description panel on Image Effect CK
you must adapt the min-height value to your need, of course if you add then more text, you will get the same ...
may be that you must not put so much text
This is not an article, just a visual effect to attract the visitor and give a short info.
may be that you must not put so much text
This is not an article, just a visual effect to attract the visitor and give a short info.
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47071
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
I've managed to achieve this effect -
uk604.directrouter.com/~wwqinzls/index.php/construction
using
figure.imageeffectck .figure.imageeffectck_img {
position:relative;
overflow:hidden;
height:220px;
{
figure.imageeffectck:hover .figure.imageeffectck_img {
height:600px;
-webkit-transition: height 4s;
transition: height 4s;
{
but it needs a height specified on the div. Can you think of a way that the height would auto set?
uk604.directrouter.com/~wwqinzls/index.php/construction
using
figure.imageeffectck .figure.imageeffectck_img {
position:relative;
overflow:hidden;
height:220px;
{
figure.imageeffectck:hover .figure.imageeffectck_img {
height:600px;
-webkit-transition: height 4s;
transition: height 4s;
{
but it needs a height specified on the div. Can you think of a way that the height would auto set?
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47072
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Extend description panel on Image Effect CK
great
there is no auto height as the text is positioned in absolute ...
there is no auto height as the text is positioned in absolute ...
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.233 seconds