Skip to content

Configure Home Page Image Slider

Sanjeev yadav edited this page Nov 22, 2019 · 1 revision

You can add multiple slider at Home Page, follow this guide to upload image and use in Slider

  1. goto content > Block in magento admin
  2. Open the block you created for mobile home page in edit mode
  3. Click on Show/Hide Editor button
  4. Click on Insert Image button insert_image(1)
  5. Upload an image by clicking on browse button browse_image(1)
  6. Click on the image and click on insert file button insert_img(1)
  7. Copy the image link and paste it into slider array and remove the img tag
    <img src="{{media url="wysiwyg/new_home_page.png"}}" alt="" />
    
Clone this wiki locally