Okay
  Public Ticket #1846703
image sizes
Closed

Comments

  •  1
    hijinx started the conversation

    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.

  •  1
    hijinx replied

    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?

  •  877
    Zhivko replied

    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

  •  1
    hijinx replied

    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??

  •  877
    Zhivko replied

    Well you could control it with css.

    Example:

    body .stec-layout-single-media-content {    
        width: 600px;
        height: 200px;
    }


    Stachethemes Developer