nsmsn, jacky, chee, alex11, capjamesg and neceve joined the channel
#capjamesgThanks GWG (regarding the skip content link).
#capjamesgI have thought about removing it but I don't think there's any particular issue with it being there.
#capjamesgIs there any elegant way to make an image wider than its parent container in CSS?
#capjamesgA lot of the solutions I found in my research were a bit hacky and I didn't like them.
hendursa1 and neocow joined the channel
#[grantcodes][jacky] Unfortunately the CORs thing extends beyond just micropub, because it's not much use without being able enter your url to get the indieauth and micropub endpoints, so all those steps need to support cors
#[grantcodes][capjamesg] depends how wide you want it to be 😄 if it's just a little wider then negative margin is good
#capjamesggrantcodes How do I make sure the image is responsive though?
#[grantcodes]I think for negative margin it might work better if you wrap the image in a block element (figure or div probably) add the negative margin to that and set the image to 100% wide.
#[grantcodes]Just have to make sure your negative margins never escape the screen
rockorager, tetov-irc and [Rose] joined the channel
#hala-bala[m][jacky]: CORS only applies to js running in the browser, so if you are offloading everything to api/server you don't hit into this issue.
#vikanezrimayaon topic of CORS: I find it slightly amusing that a CORS proxy shouldn't have CORS headers itself to prevent it from being insecure
hendursaga joined the channel
#vikanezrimayathat also reminds me that I should extend the use of my CORSMiddleware to all the pages on my website
chenghiz_, hendursaga, capjamesg and jacky joined the channel
#GWGI have been knocking down edge cases. I started with bulk replacing the colors with a CSS custom property, so now I can go back and find where I may have erred
#GWGAlso added icons next to entry metadata, switched the icons from an icon font to SVG, which may have messed up the menu...