D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Reply To: Small Business Extended – Slider image doesn't cover entire image area

#7434
D5 Creation
Keymaster

Your image can be higher in size but the dimension ratio should be 930px X 354px. So, when your image will have 1940px width, it should be 738px in height. You can also set full width of any images using the following in the WP-Admin > Appearance > Small Business Options > General Options > Custom Code within Head Area Box. But, that will stretch your image. The best way is to maintain the Width and Height Ratio. You can crop the images using image Editor including online tool PIXLR

<style>#slider img { width: 100%; }</style>

You can do such styling using This Technique