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

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

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

Post 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/
Last edited by derold on Wed May 15, 2019 4:51 pm, edited 2 times in total.
User avatar
Pablo
 
Posts: 21575
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: image grow CSS flex box: scale

Post by Pablo »

derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

Re: image grow CSS flex box: scale

Post by derold »

WB12
OK Thanks! I new it was somewhere.
derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

Re: image grow CSS flex box: scale

Post by derold »

WB12
How can I do overflow: hidden;
derold
 
 
Posts: 51
Joined: Tue Feb 28, 2012 10:49 pm

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

Post 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!!
Post Reply