+1, even getting a roadmap from Twentig of when twenty-twenty-two theme support with theme.json will be coming will be helpful.
Just would like to add that the solution here to use theme.json isn’t supported with twentig as explained in this thread. https://ww.wp.xz.cn/support/topic/twentig-support-for-theme-json/
I was able to replicate this issue and get it to work in this scenario.
my svg files needed width="300" height="100" (or whatever size your image is) added to the <svg> tag in the file prior to uploading. Without the height and width set the dimensions are 0x0 and causes those php errors.
But the mobile width and height being set to auto by twentig makes the svg image disappear on the smaller breakpoints.
-
This reply was modified 4 years, 10 months ago by svincent.