Images do not display at custom size in Epic theme

Homepage Community Forums Epik Theme Support Images do not display at custom size in Epic theme

Tagged: , ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #13689
    Cindy808
    Customer

      Images do not resize when entering a custom size for them to display. The admin panel shows the scaled image, but the published page displays original size — not the scaled image.

      IE: Original image is 300px wide, I enter a custom size of 100px wide. The scaled image is shown at the custom size of 100px wide in the editor panel. Published image is 300px wide.

      I switch to another Genesis theme and my custom image displays at 100px wide – as expected.

      See a page with screen captures here:
      http://www.yourproofs.com/image-problems/

      #13703
      Eric
      Customer

        Do you have a link to where these images are uploaded so I can take a look? Screenshots won’t work as that won’t give me the same result when inspecting the code.


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #13706
        Cindy808
        Customer

          Hi Eric, Thanks for having a look at my problem!

          There are three pairs of images on the page. The top two pairs are screen captures. The last pair are individual images that are in the epic-themed past so you can see the code…. and you can get at the style sheet too.

          #13723
          Wes
          Moderator

            @Cindy808 If you remove or comment out the code on line 379 in your css – width: auto; it should take care of it –

            img {
                height: auto;
                width: auto;
            }

            You can remove it altogether or comment it out like this –

            img {
                height: auto;
                /*width: auto;*/
            }

            If you would like to keep the original code in.

            #13737
            Cindy808
            Customer

              Thanks! Works like a charm.

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Images do not display at custom size in Epic theme’ is closed to new replies.