Made yet another plugin from a question in the FB group! A plugin to have different background images for different screen sizes
Q: How do I set a different image in the mobile version as background? There is no such setting in Carrd currently.
A: You have to set the Background setting for your site to Color, and then write some custom CSS to set the background-image on different screen sizes (using media queries).
I played around a bit and came up with this solution:
Different background image for different screen sizes on Carrd -
https://responsivebackgroundimage.carrd.co/
Copy the code here:
https://jsfiddle.net/xgvw0y3q/
A: You have to set the Background setting for your site to Color, and then write some custom CSS to set the background-image on different screen sizes (using media queries).
I played around a bit and came up with this solution:
Different background image for different screen sizes on Carrd -
https://responsivebackgroundimage.carrd.co/
Copy the code here:
https://jsfiddle.net/xgvw0y3q/