Christopher Nguyen

Results 10 comments of Christopher Nguyen
trafficstars

Just ran into the same issue. It appears because sticky makes calculations on an element's offset from the top of the page. I shrunk my header and moved it down...

``` header { margin-top:1px } ``` I also tried .1px and it still works.

I agree with display-span as mentioned above. 1. One concern is what kind of values are used. I feel like `display: grid` styling system can be extended to foldables, or...

> Hey, I've been mulling this around. In general I like the `spanning` queries the way they are, but `display-span-x|y: ` is fine as well. > > The potential future...

@zouhir - thank you for the detailed reply. In my mind, I don't see why we couldn't have both top,left, bottom, right as with traditional CSS model. As for having...

@aksjoshi1 I have user generated content, and most of the time it's just jpgs or pngs. On occasion an svg is uploaded. Because I'm using transforms on the uploaded content,...

@eyalktCloudinary For my current use case the images are uploaded as-is. The ID is then stored in a db for later ref. I then pass the id to the cloudinary...

@shirlymanor So something like this? `CloudinaryModule.forRoot({Cloudinary}, { cloud_name: 'your_cloud_name', cname: 'cdn.company.com' } as CloudinaryConfiguration),`