createwithrani / superlist

Nest multiple blocks inside lists of any kind of list (ordered, unordered, no marker, etc), or do away with list markers and use it like a repeater!
https://wordpress.org/plugins/superlist-block/
GNU General Public License v2.0
20 stars 6 forks source link

Add Background Image Support #35

Open aurooba opened 2 years ago

aurooba commented 2 years ago

Often times, content grids have background images. It'd be nice if the plugin supported background images as well. Unsure at this time if this is a feature better put in pro. But for now, proposing it for the free plugin.

jonschr commented 2 years ago

Sample functionality: https://www.visitgreeley.org/ (adventures section)

The components that would enable this would be a link and a background image which attach to each

  • , where the
  • is positioned relatively and an inner is absolutely positioned with inset:0 and z-index: 5

    This one is pretty well beyond the scope of this plugin, perhaps, but those are the only features necessary to enable layouts like this one.