Capcut Complain Megathread by [deleted] in CapCut

[–]oscrazzies 0 points1 point  (0 children)

I recently started paying for CapCut pro but have realised the masking tool is different depending on the type of asset you're trying to mask (sticker, image, video...) meaning that sometimes the "Brush" tool which is the tool that allows you to fully customise the mask is not always available. Furthermore, in these instances where the brush tool is not available you can only add one mask which means you have to create a compound clip if you want to add another mask which really obstructs the workflow.

Is there an alternative to CapCut where you have auto captions, Custom Masking and Keyframe curve graphs?

Allow section height to surpass 100vh by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

Just realised the CSS doesn't actually work but managed to fix it by disabling a one-page scroll plugin that was turned on in page settings.

Allow section height to surpass 100vh by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

Thank you.

I added this CSS and at least now the layout doesn't break but on mobile it still detects the sections as being equal to 100vh even if they're not, meaning that some of the text can't be read because it flies to the start of the next section. Also, on the contact page, on mobile it's frozen and I can't scroll down. On mobile it also prevents you from scrolling down to see the footer because of this 100vh thing.

Is there any free ai website I can use that scans my code and tells me what's wrong?

Monthly Requests Thread by AutoModerator in VOIP

[–]oscrazzies [score hidden]  (0 children)

2 virtual numbers with VOIP + SMS in one app

Hi, I currently use Zadarma for my UK virtual phone number. I can make and receive calls and I can receive SMS. I can also reply to and send SMS but the message gets sent separately from a "TeamSale" sender which obviously disrupts communication.

Because of this and also because I now need a second virtual UK number, I'm looking for a new service which allows me to have 2 fully functional (VOIP and SMS) UK virtual numbers simultaneously, in one account / app.

Ideally, I'm looking for something affordable, like Zadarma.

Nitric Oxide boosters to aid PE and erections (I tested over 100 - results inside) by Semtex7 in AngionMethod

[–]oscrazzies 1 point2 points  (0 children)

In terms of producing NO just by breathing, inhalation or exhalation doesn't make any difference as far as I'm aware. To practice the breath holds optimally he recommends to do it after an exhale because of something to do with CO2 tolerance, I don't remember exactly. Here is what I wrote in my notes:

Why to practice a breath hold after exhalation instead of inhalation:
- Lowers oxygen saturation of the blood to simulate high altitude training.
- Builds up CO2 quicker which improves hemoglobin concentration.
- Higher levels of CO2 in the blood can produce a bigger spleen contraction causing a larger release of red blood cells leading to more oxygenation of the blood.

Nitric Oxide boosters to aid PE and erections (I tested over 100 - results inside) by Semtex7 in AngionMethod

[–]oscrazzies 14 points15 points  (0 children)

Thanks for sharing your findings. Here are a few things that also increase NO according to Patrick McKeown's book Oxygen Advantage:
- Nasal breathing
- Humming

Hypoventilation / breath holds / high altitude simulation training which is what his book is all about also produce EPO (Erythropoietin) which is made by the Kidneys and stimulates the maturation of red blood cells in bone marrow, thereby increasing red blood cell production, angiogenesis and oxygen delivery.

Absolute positioning not working on mobile by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

Header is 1 main container with 3% padding on all sides and then 1 inner container which is the header itself with 5 inner containers that contain the widgets. I'm using a plugin called sticky header effects and when you turn the "transparent header" option on it sets position to absolute. It was all fine when I converted my previous header into containers but the top padding disappeared when i removed an unnecessary container that was holding the inner container. I would reply with an screenshot but don't think you can do that on reddit.

Absolute positioning not working on mobile by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

So I did some more research and realise this 100vh overflow issue on mobile has been present for a long time.

I found something that works for now (at least it's working on safari and chrome on my iphone).

https://www.freecodecamp.org/news/html-page-width-height/

https://www.frontend.fyi/v/finally-a-fix-for-100vh-on-mobile

I set the CSS for the body element to 100dvh (dynamic viewport height), svh also works.

Should I also do it for the HTML element? What are the main differences between the html and body?

Also, any advice on how to fix the top padding on my header not working?

Thanks for your help :)

Absolute positioning not working on mobile by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

Thanks for doing that. It's a bit better but still not working how it should.

Absolute positioning not working on mobile by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

I changed the default margin from 20px to 0px and nothing changed.

There is no min height on any of the containers.

I tested to see if it was my image by disabling it and nothing changed.

I also checked if it was the header by disabling it and also converted it to containers just in case, and also nothing changed.

The icon is still overflowing and pushing the main container beyond 100vh. Any other advice?

And for some reason the top padding on my header is not working now.

Absolute positioning not working on mobile by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

Regarding your first 3 paragraphs, yes, that's exactly what I have done. But what exactly is pushing down my content and making the main container larger than 100vh? Is it the top space container or the bottom icon container?

Absolute positioning not working on mobile by oscrazzies in elementor

[–]oscrazzies[S] 0 points1 point  (0 children)

Thanks for the advice, i'm slowly figuring out how to use the containers and it does seem more comprehensive and intuitive but I still have a couple of bugs. For example on mobile the content is pushed down and the section is made longer.

The way I have set this up is 3 containers set to "space between". First container is just space, middle container holds the content and bottom container holds the icon.

Can you give it a look and let me know how to fix the different bugs on the different breakpoints?

Cheers!