Comments 1hijinx started the conversationJanuary 8, 2019 at 8:11pmHow can the image size be adjusted and can the text wrap around it? When the image is blown up that way unless its a very high res image it blurs out. 1hijinx repliedJanuary 8, 2019 at 8:14pmIf i try to shrink the image using css, it leaves a large gap between the bottom of the image and the text description below it. Is a workaround to remove the image and add it perhaps to the text description? 877Zhivko repliedJanuary 12, 2019 at 12:43pmHi,Yes, I'd suggest you to add the images as description content if they are not intended to be part of the image slider. Stachethemes Developer 1hijinx repliedJanuary 12, 2019 at 3:50pmwell no the client wants to use the grid view and if he does there is no image. Is there another solution to control the size of the image?? 877Zhivko repliedJanuary 12, 2019 at 4:09pmWell you could control it with css.Example: body .stec-layout-single-media-content { width: 600px; height: 200px;} Stachethemes Developer Sign in to reply ...
How can the image size be adjusted and can the text wrap around it? When the image is blown up that way unless its a very high res image it blurs out.
If i try to shrink the image using css, it leaves a large gap between the bottom of the image and the text description below it.
Is a workaround to remove the image and add it perhaps to the text description?
Hi,
Yes, I'd suggest you to add the images as description content if they are not intended to be part of the image slider.
Stachethemes Developer
well no the client wants to use the grid view and if he does there is no image. Is there another solution to control the size of the image??
Well you could control it with css.
Example:
Stachethemes Developer