Page 1 of 1

***SOLVED***image grow CSS flex box: scale

Posted: Tue May 14, 2019 7:23 pm
by derold
WB12
is there a way to do something like CSS flex box: scale in WB12.
Like mouse over grow.
mouse out return to normal.
Like at the bottom of this page.

http://kaadesigngroup.com/ Or this https://jsfiddle.net/wf7twxo1/embedded/result,html,css/

Re: image grow CSS flex box: scale

Posted: Tue May 14, 2019 8:37 pm
by Pablo

Re: image grow CSS flex box: scale

Posted: Tue May 14, 2019 10:30 pm
by derold
WB12
OK Thanks! I new it was somewhere.

Re: image grow CSS flex box: scale

Posted: Wed May 15, 2019 1:15 am
by derold
WB12
How can I do overflow: hidden;

Re: image grow CSS flex box: scale (SOLVED)

Posted: Wed May 15, 2019 2:25 am
by derold
WB12
OK I got it! I wanted to use as much of WB12 as I could. So I followed the instructions. Then I added this to custom css

<style>
#wb_Image1
{
overflow: hidden;
}
</style>

I forgot to add the wb_ to image1.
Thanks for the help all works good now!!