Skip to content
Advertisement

Tag: web

How to move the image to bottom?

how do I make so that my image is on the bottom on any screen size and I also want my to be under the feet of the human so that you must scroll down to see the now it is like this and I want it to be like this on all sreen size heights my code to the

Mongoose Return Error Code 11000 duplicate index

i am using mongoose as database for my project, now i am struggling with add data to multiple collections and this is my route router.post(‘/’,add_new_user_to_specific_collection,add_new_user_to_collection_User); this is code of middleware add_new_user_to_specific_collection: and this is for add_new_user_to_collection_User: the input data is totally validated, and at the first try, it worked perfectly, but when it comes to the second times, i got

Issue with Auth0 and javascript Lock v11

I’m trying to test a basic authentication module on my web app using auth0 and Lock v1 login form. This is a snapshot of the code I’m using: The problem is that I’m not able to get the auth0 modal since I’m getting the following error: I don’t understand if I’m configuring in a wrong way my application on Auth0

Problem sharing panoramic (360º) images on Facebook with Open Graph API

For the past few days I’ve been trying to share a image (this one: https://cdn.mooble.com/render-images/BD8F1639613D4A3D8E763D4C4B45C.jpg) on Facebook and I can’t get it to work with the interactive 360º view. If you download the image from the link and upload it manually the image works automatically, but I need to do it through the API. I’ve already tried it the FB.ui

Advertisement