Make WordPress Core

Changes between Initial Version and Version 3 of Ticket #33876


Ignore:
Timestamp:
07/01/2019 02:41:24 PM (6 years ago)
Author:
azaozz
Comment:

This is (perhaps) a good idea for a block: "Images Row" or "Row of Images". Would be an alternate way to display images.

This seems superseded by the block editor. Best to fix/handle it there imho. Please open an issue/feature request on GH: https://github.com/WordPress/gutenberg, or even better: make the block if possible and release it as a plugin.

Closing as maybelater as this seems like a good idea for another block for the block editor.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33876

    • Property Status changed from new to closed
    • Property Resolution changed from to maybelater
    • Property Summary changed from Centering multiple images in one row in Wordpress is badly broken and has been for a while to Centering multiple images in one row in WordPress is badly broken and has been for a while
    • Property Version changed from 4.3 to 3.9
    • Property Milestone changed from Awaiting Review to Future Release
    • Property Keywords needs-patch added
    • Property Type changed from defect (bug) to enhancement
  • Ticket #33876 – Description

    initial v3  
    11I've been meaning to start a ticket like this for a while, and it's finally time to do it.
    22
    3 Using multiple images in a single paragraph/row in Wordpress is a relatively common occurrence on our blog (androidpolice.com), but doing it in TinyMCE is a big pain.
     3Using multiple images in a single paragraph/row in WordPress is a relatively common occurrence on our blog (androidpolice.com), but doing it in TinyMCE is a big pain.
    44
    55Problem 1: Aligncenter image class gets applied to the image itself, not to the containing p tag, thus multiple centered images occupy full rows, one image each. To the writer, it's even more confusing because they can't press backspace from the beginning of the 2nd image to join it with the first - nothing happens. Aligncenter is a really evil class IMO, as it takes over the whole line.