This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -- | |
| -- OBS Zoom to Mouse | |
| -- An OBS lua script to zoom a display-capture source to focus on the mouse. | |
| -- Copyright (c) BlankSourceCode. All rights reserved. | |
| -- | |
| local obs = obslua | |
| local ffi = require("ffi") | |
| local VERSION = "1.0" | |
| local CROP_FILTER_NAME = "obs-zoom-to-mouse-crop" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Country Blocker Section for Shopify | |
| Allows blocking users from specific countries using blocks | |
| HOW TO INSTALL: | |
| Step 1: creating the code | |
| Go to Online Store > Themes > Edit Theme | |
| In the Sections folder, right click and 'new file' | |
| Name it: country-blocker.liquid |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style> | |
| @media screen and (min-width: 750px) { | |
| .product--thumbnail .product__media-list, .product--thumbnail_slider .product__media-list { | |
| padding-bottom: 0 !important; | |
| padding: 0; | |
| margin: 0; | |
| gap: 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <script data-source="ezfycode.com"> | |
| window.ezfyProductSliderArrows = window.ezfyProductSliderArrows || {}; | |
| ezfyProductSliderArrows = (function () { | |
| const SELECTORS = { | |
| mainSlider: "slider-component[id*='GalleryViewer']", | |
| mainSliderList: "slider-component[id*='GalleryViewer'] ul", | |
| thumbnailSlider: "slider-component[id*='GalleryThumb']", | |
| thumbnailSliderList: "slider-component[id*='GalleryThumb'] ul", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Always visible search bar by ezfycode.com | |
| {% endcomment %} | |
| {% assign predictive_search_height = 500 %} | |
| {% assign search_box_width = 350 %} | |
| <div class="EzfyHeaderSearch EzfyHeaderSearch--mobile"> | |
| {%- if settings.predictive_search_enabled -%} | |
| <predictive-search class="search-modal__form" data-loading-text="{{ 'accessibility.loading' | t }}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% comment %} | |
| Always visible search bar by ezfycode.com | |
| {% endcomment %} | |
| {% assign predictive_search_height = 500 %} | |
| {% assign search_box_width = 350 %} | |
| <div class="EzfyHeaderSearch EzfyHeaderSearch--mobile"> | |
| {%- if settings.predictive_search_enabled -%} | |
| <predictive-search class="search-modal__form" data-loading-text="{{ 'accessibility.loading' | t }}"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if template contains 'product' %} | |
| <div | |
| style="height:0;width:0;display:none" | |
| data_ezfy_zoom_type_mobile="{{ settings.ezfy_zoom_type_mobile }}" | |
| data_ezfy_zoom_type="{{ settings.ezfy_zoom_type }}" | |
| data_ezfy_zoom_block_slider="false" | |
| ></div> | |
| <style> | |
| .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {% if section.settings.enable %} | |
| <style data-custom-fonts> | |
| {% assign items = section.blocks | reverse %} | |
| {% for block in items %} | |
| {% assign name = block.settings.name %} | |
| {% assign url = block.settings.custom_font_url %} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| run in the browser at https://community.shopify.com/ | |
| */ | |
| /* | |
| PROMPT: | |
| I'm a shopify developer looking for ideas to record youtube videos and write technical blogs for merchants who do not know coding. |
NewerOlder