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
{% assign instagram_grid_width_large = 'large--one-sixth' %} | |
{% assign instagram_grid_width_medium = 'medium--one-third' %} | |
{% assign instagram_grid_width_small = 'small--one-half' %} | |
{% case section.settings.instagram_grid_setting_large %} | |
{% when 2 %} | |
{% assign instagram_grid_width_large = 'large--one-half' %} | |
{% when 3 %} | |
{% assign instagram_grid_width_large = 'large--one-third' %} | |
{% when 4 %} |
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
import SwiftUI | |
import PlaygroundSupport | |
struct Desktop: View { | |
var body: some View { | |
ZStack { | |
// Image(uiImage: #imageLiteral(resourceName: "IMG_6281.JPG")) | |
Color(UIColor.systemBlue) | |
macOS() | |
} |