You are viewing limited content. For full access, please sign in.

Question

Question

Making an html field image larger

asked on March 20, 2019

I have placed an graphics image into an html field (no text) and want to make it larger.  Can I do that using CSS?

I want it to go all the way across the width of the page:

0 0

Answer

SELECTED ANSWER
replied on March 21, 2019 Show version history

You should be able to use something like this in the HTML field: <img src="https://YourImageURLHere" width="100%">

 

You can also adjust the height in the field by adding  height="55px" , or whatever value you want to put before the px, within the<> . 

0 0
replied on March 21, 2019

Thanks, Darrell!

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.