tomasts248
tomasts248
It works on regular images, buy I'm unable to get it to work with ```
I want to make sure to use it correctly I apologize if is already been answered or if is not supported. Here's an example: .image-body { background: url(//www.website.com/wp-content/themes/theme/css/image-background.jpg) no-repeat; }
Something like this. Not sure if it already can be done? ``` responsive: [ { breakpoint: 530, settings: { slidesToScroll: 'auto', itemWidth: 180, slidesToShow: 'auto', } }, { breakpoint: 800,...
Instead of making each subfolder a subcollection, shouldn't be better to mirror multi-level directories deep? So that it can be browsed with the same multi-level folder structure on the left...
### FAQ - [X] Yes, my issue is not about [variability](https://github.com/GoogleChrome/lighthouse/blob/master/docs/variability.md) or [throttling](https://github.com/GoogleChrome/lighthouse/blob/master/docs/throttling.md). - [X] Yes, my issue is not about a specific accessibility audit (file with [axe-core](https://github.com/dequelabs/axe-core) instead). ###...
First thank you for developing this, unfortunately I can't seem to save as Mozlz4.. So I'm not sure what to do. I can load the recovery.jsonlz4 properly and edit them...
Hi, I noticed the colors are the same except sublimetext uses a subtle transparency that are better for continued eye sight. Can transparency be added to match better the colors...
This is a must for me, can be run portably? that is store settings in the app folder as opposed to windows registry, not modifying the system, and also possible...
The problem is on mobile screen size if I scroll up the popup covers the header where there are the nav menus which is bad for usability, but since theres...
Example: ``` html { scroll-behavior: smooth; scroll-padding-top:80px; } ```