I want to post a linked image in the Homepage Two Cols section and no matter what image I choose, it resizes it. Is there a way to disable this or allow an image larger than it's default size. Hereis a link. I have a Liv eUnited Bowl img in the right column and it is supposed to be 320 pixels wide. This is the site: "http://dominofcu.com/" thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .testimonial_holder .testimonial_jcarousel img { width: 100%; height: auto; } .testimonial_holder .testimonial_jcarousel img[alt="small_image"] { width: 85px; height: 85px; } This will solve your issue.