Forum Replies Created

Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter manvantara777

    (@manvantara777)

    excellent, thanks, will pass on to my web guy!

    well this is an emergency – my whole website has gone into chaos with pics out and forms not working. How soon do you think will be a fix?

    Thread Starter manvantara777

    (@manvantara777)

    This is what my web guy just told me:

    “There is now a requirement to set a maximum width for the captions, there didn’t used to be. I’ve aded a quick CSS fix which has put the bulk of images back as they should be, but I would like to make a more precise bit of code that sets the width to fit each image – I’m sure some ingenious coder will share that before too long as I’m sure this has affected many, many sites.”

    My response to him: “yes, it appears to have half fixed it, as there are still wide margins on the vertical borders. I estimate about another 10-12 mm either side if that is tweakable in your CSS fix.”

    same problem, just posted about this as it has affected my whole website. I suspect it is in this update:

    Default Captions Should Use max-width
    Reported by: Howdy_McGee Owned by: joemcgill
    Milestone: 4.9 Priority: normal
    Severity: normal Version: 4.3.1
    Component: Media Keywords: has-patch has-unit-tests commit
    Focuses: ui

    Description
    HTML5 Captions should really be using max-width: image-size + px rather than a static width. It’s widely supported and more mobile friendly than the default width style.

    
    <figure id="attachment_116" style="max-width: 400px;" class="wp-caption alignright">
    	<img src="image.jpg" alt="redraw" width="400" height="365" />
    	<figcaption class="wp-caption-text">Phasellus nec sem in justo pellentesque facilisis.</figcaption>
    </figure>
Viewing 4 replies - 16 through 19 (of 19 total)