[ad_1]
hello!
different image formats.
the code is set in the calculated field:
hello!
different image formats.
the code is set in the calculated field:
(function(){
result var = field name 18,
url = ";
jQuery('.image-container').html(");
if (result == 2) url="http://leds-calc.com/wp-content/uploads/2022/03/two-leds-resistor-calculator.jpg ";
otherwise, if (result == 1) url="http://leds-calc.com/wp-content/uploads/2022/03/single-led-resistor-calculator.jpg ";
otherwise, if (result==3) url="http://leds-calc.com/wp-content/uploads/2022/03/three-led-resistor-calculator.jpg ";
otherwise, if (result>3) url="http://leds-calc.com/wp-content/uploads/2022/02/series-led-resistor-calculator.jpg ";
if(url != ") jQuery('.image-container').html('<img src="'+url+'">');
the returned result;
})()In the Form Definition Setup, the following code was set for the image:
##ffbuilder .image-container img{maximum width:425 pixels !important; opacity:1 !important;}On PC and mobile pages , the size of the output images is 450 pixels . Tell me how you can make the images appear in the format of gadgets on which the images are displayed.
The page I need help with: [log in to see the link]
