Images in WYSIWYG field not responsive?

Support General Images in WYSIWYG field not responsive?Resolved

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29394
    paul@webdegelijk.nl[email protected]
    Participant

    Hi,

    Images that are added to a WYSIWYG field are not responsive right? Can you please explain how to make images them responsive?
    I prefer to let the webmaster add images to the WYSIWYG, instead of adding imagesw to an additional custom field like advanced image field.

    Regards,
    Paul

    #29406
    Long NguyenLong Nguyen
    Moderator

    Hi Paul,

    The image displays on the front end based on the layout of your site. Meta Box does not handle the style when outputting the field value.

    #29760
    paul@webdegelijk.nl[email protected]
    Participant

    OK thanks Long, I added to my css:

    img.size-full {
    max-width:100%;
    height:auto;
    }

    Now the image is responsive.

    Regards,
    Paul

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.