Extend description panel on Image Effect CK
6 years 9 months ago #47057
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
I've tried a few but I can't seem to target the panel just in it's hover state?
Could you point me in the right direction for the class? i.e. figure.imageeffectck:hover ?
Could you point me in the right direction for the class? i.e. figure.imageeffectck:hover ?
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47058
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Extend description panel on Image Effect CK
give me the url of your page to check that
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47060
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
The website is in development but you can check out how the Image Effect is being used here -
uk604.directrouter.com/~wwqinzls/index.php/construction
As you can see on the image hover I am wanting to show a list of information but currently am limited to around 5 items but potentially they might need 12 items.
uk604.directrouter.com/~wwqinzls/index.php/construction
As you can see on the image hover I am wanting to show a list of information but currently am limited to around 5 items but potentially they might need 12 items.
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47061
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Extend description panel on Image Effect CK
you can try something like
Code:
figure.effectck-sarahPink img, figure.effectck-sarahBlue img {
min-height: 220px;
object-fit: cover;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47064
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
I've added those to the existing css but it's not working for me?
figure.imageeffectck:hover .imageeffectck_image {height:600px{
extends the panel to a fixed height but I was wondering if their was a way this could automatically adjust the height of the div depending on the content?
I've tried adding overflow:auto but that doesn't work?
figure.imageeffectck:hover .imageeffectck_image {height:600px{
extends the panel to a fixed height but I was wondering if their was a way this could automatically adjust the height of the div depending on the content?
I've tried adding overflow:auto but that doesn't work?
Please Log in or Create an account to join the conversation.
6 years 9 months ago #47065
by ant3000
Replied by ant3000 on topic Extend description panel on Image Effect CK
EDIT
figure.imageeffectck:hover .imageeffectck_img{height:600px;}
figure.imageeffectck:hover .imageeffectck_img{height:600px;}
Please Log in or Create an account to join the conversation.
Time to create page: 0.208 seconds